Pārlūkot izejas kodu

Update proxy_host.conf

FIX as explained on #340
Damiano 5 gadi atpakaļ
vecāks
revīzija
3e7d2b216b
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      backend/templates/proxy_host.conf

+ 1 - 1
backend/templates/proxy_host.conf

@@ -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 %}