fix: 修改配置

This commit is contained in:
tim
2025-10-27 14:27:17 +08:00
parent 779bb2db78
commit 2e70a3d273
3 changed files with 9 additions and 9 deletions

View File

@@ -120,8 +120,8 @@ server {
add_header Cache-Control "no-store" always;
}
location ^~ /mcp/ {
proxy_pass http://127.0.0.1:8085/;
location /mcp {
proxy_pass http://127.0.0.1:8085;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;