From d524f3610152f546c0cd08a433408fe6f33e46d8 Mon Sep 17 00:00:00 2001 From: pk Date: Fri, 13 Sep 2024 17:45:00 +0200 Subject: [PATCH] Add an apparently important setting for websocket connections. --- host.tpl | 1 + 1 file changed, 1 insertion(+) diff --git a/host.tpl b/host.tpl index ef01614..996b00f 100644 --- a/host.tpl +++ b/host.tpl @@ -14,6 +14,7 @@ server { location / { proxy_pass http://localhost:{{.InternalPort}}/; + proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection upgrade; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;