setup/nginx/snippets/ws
2024-06-19 22:19:25 +01:00

3 lines
123 B
Text

proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection $connection_upgrade_keepalive;