[AC-AISVC-50] 合入第一个稳定版本 #2

Merged
MerCry merged 32 commits from feature/prompt-unification-and-logging into main 2026-02-26 13:03:31 +00:00
1 changed files with 2 additions and 1 deletions
Showing only changes of commit 40ff48498f - Show all commits

View File

@ -9,7 +9,8 @@ server {
}
location /api/ {
proxy_pass http://ai-service:8080/;
set $upstream http://ai-service:8080;
proxy_pass $upstream/;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection 'upgrade';