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.
2 parents 2d9486b + 3e7d2b2 commit e4286c9Copy full SHA for e4286c9
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