diff --git a/valuefrontier.conf b/valuefrontier.conf index dfc41180..9f4e2992 100644 --- a/valuefrontier.conf +++ b/valuefrontier.conf @@ -240,7 +240,7 @@ server { # AI Chat 主应用 location /ai-chat { - proxy_pass http://127.0.0.1:3000/ai-chat; + proxy_pass http://127.0.0.1:3000; proxy_http_version 1.1; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr;