Update proxy_host.conf

FIX as explained on #340
This commit is contained in:
Damiano 2020-03-27 19:01:21 +01:00 committed by GitHub
parent 96bc0b53c3
commit 3e7d2b216b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,7 +32,7 @@ server {
{% if allow_websocket_upgrade == 1 or allow_websocket_upgrade == true %}
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
proxy_set_header Connection $http_connection;
proxy_http_version 1.1;
{% endif %}