From 3e7d2b216b191d02dae8d82932393d6ff07559d9 Mon Sep 17 00:00:00 2001 From: Damiano Date: Fri, 27 Mar 2020 19:01:21 +0100 Subject: [PATCH] Update proxy_host.conf FIX as explained on #340 --- backend/templates/proxy_host.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/templates/proxy_host.conf b/backend/templates/proxy_host.conf index 8d8c97da..6448dca5 100644 --- a/backend/templates/proxy_host.conf +++ b/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 %}