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 a32be3e commit ba45705Copy full SHA for ba45705
backend/templates/proxy_host.conf
@@ -53,6 +53,12 @@ proxy_http_version 1.1;
53
54
{% include "_hsts.conf" %}
55
56
+ {% if allow_websocket_upgrade == 1 or allow_websocket_upgrade == true %}
57
+ proxy_set_header Upgrade $http_upgrade;
58
+ proxy_set_header Connection $http_connection;
59
+ proxy_http_version 1.1;
60
+ {% endif %}
61
+
62
# Proxy!
63
include conf.d/include/proxy.conf;
64
}
0 commit comments