This commit is contained in:
zino
2024-01-21 16:16:54 +01:00
parent f6c9a445be
commit 4ae773badd

View File

@@ -33,6 +33,7 @@ server {
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
proxy_http_version 1.1;
proxy_read_timeout 30m;
proxy_pass http://$upstream/api/websocket/;
}