feat: close v3 governance evidence and slo metrics wiring
This commit is contained in:
@@ -105,6 +105,15 @@ block = textwrap.dedent("""\
|
||||
proxy_http_version 1.1;
|
||||
}
|
||||
|
||||
location = /v1/chat/completions {
|
||||
proxy_pass http://127.0.0.1:${REMOTE_CRM_PORT}/v1/chat/completions;
|
||||
proxy_set_header Host \$host;
|
||||
proxy_set_header X-Real-IP \$remote_addr;
|
||||
proxy_set_header X-Forwarded-For \$proxy_add_x_forwarded_for;
|
||||
proxy_set_header X-Forwarded-Proto \$scheme;
|
||||
proxy_http_version 1.1;
|
||||
}
|
||||
|
||||
location /kimi-portal/ {
|
||||
return 302 /portal/;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user