Merge pull request #342 from damianog/patch-1

Update proxy_host.conf
This commit is contained in:
jc21 2020-04-06 08:32:48 +10:00 committed by GitHub
commit e4286c96a7
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 %}