This commit is contained in:
2025-11-26 18:07:17 +08:00
parent 881b77ddde
commit 529e923c2b
3 changed files with 46 additions and 4 deletions

View File

@@ -98,7 +98,7 @@ http {
# point-strategy 路径转发到后端服务
location /point-strategy/ {
proxy_pass http://digital-archive-app:9081/;
proxy_pass http://digital-archive-app:9081;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection 'upgrade';