socket default acess refuse server

This commit is contained in:
NigeParis 2025-11-18 14:22:33 +01:00 committed by Maix0
parent cf6f3145b6
commit 34e9f8e3ca
3 changed files with 17 additions and 39 deletions

View file

@ -3,7 +3,7 @@ location /api/chat/ {
proxy_pass http://chat;
}
location /api/socket.io/ {
location /api/chat/socket.io/ {
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;