This commit is contained in:
2025-12-12 17:28:29 +03:00
parent 09de6d7ae3
commit 3dd10d6dab

View File

@@ -31,7 +31,7 @@ server {
# WebSocket proxy
location /ws {
proxy_pass ws://backend:8000;
proxy_pass http://backend:8000;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";