Explorar el Código

Update proxy_host.conf

FIX as explained on #340
Damiano hace 5 años
padre
commit
3e7d2b216b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 %}