Skip to content

Commit 3e7d2b2

Browse files
authored
Update proxy_host.conf
FIX as explained on #340
1 parent 96bc0b5 commit 3e7d2b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/templates/proxy_host.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ server {
3232

3333
{% if allow_websocket_upgrade == 1 or allow_websocket_upgrade == true %}
3434
proxy_set_header Upgrade $http_upgrade;
35-
proxy_set_header Connection "upgrade";
35+
proxy_set_header Connection $http_connection;
3636
proxy_http_version 1.1;
3737
{% endif %}
3838

0 commit comments

Comments
 (0)