Updated nginx configuration

This commit is contained in:
2022-11-21 12:18:28 +01:00
parent 829525dec1
commit 228758549e
2 changed files with 2 additions and 2 deletions

View File

@@ -67,7 +67,7 @@ server {
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
#proxy_pass http://backend;
proxy_pass http://backend;
}
location /socket.io {