Update nginx and change

This commit is contained in:
2024-12-31 10:28:30 +00:00
parent 7fd3e566ed
commit 69c8607a52
2 changed files with 2 additions and 2 deletions

View File

@@ -389,7 +389,7 @@ http {
proxy_pass http://foundry-handler; proxy_pass http://foundry-handler;
} }
location /change/socket.io/ { location ~ ^/change/(socket\.io|peer) {
proxy_pass http://change-handler; proxy_pass http://change-handler;
proxy_http_version 1.1; proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade; proxy_set_header Upgrade $http_upgrade;