Skip to content

Commit e4286c9

Browse files
authored
Merge pull request #342 from damianog/patch-1
Update proxy_host.conf
2 parents 2d9486b + 3e7d2b2 commit e4286c9

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)