We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96bc0b5 commit 3e7d2b2Copy full SHA for 3e7d2b2
backend/templates/proxy_host.conf
@@ -32,7 +32,7 @@ server {
32
33
{% if allow_websocket_upgrade == 1 or allow_websocket_upgrade == true %}
34
proxy_set_header Upgrade $http_upgrade;
35
- proxy_set_header Connection "upgrade";
+ proxy_set_header Connection $http_connection;
36
proxy_http_version 1.1;
37
{% endif %}
38
0 commit comments