From d6260546ca903eaefa1d89997f5170fe7efef101 Mon Sep 17 00:00:00 2001 From: blake Date: Sat, 11 Oct 2025 00:38:58 -0500 Subject: [PATCH] 255 current 2025-10-11 00:13:49 25.05.20251006.20c4598 6.12.50 * --- modules/homelab/services/smarthome/homeassistant/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/homelab/services/smarthome/homeassistant/default.nix b/modules/homelab/services/smarthome/homeassistant/default.nix index d14329a..ec13f97 100644 --- a/modules/homelab/services/smarthome/homeassistant/default.nix +++ b/modules/homelab/services/smarthome/homeassistant/default.nix @@ -112,7 +112,7 @@ in proxyPass = "http://127.0.0.1:${toString cfg.port}"; extraConfig = "proxy_set_header Upgrade $http_upgrade;" + - "proxy_set_header Connection "upgrade";" + "proxy_set_header Connection upgrade;" ; }; }; @@ -128,7 +128,7 @@ in proxyPass = "http://127.0.0.1:${toString cfg.port}"; extraConfig = "proxy_set_header Upgrade $http_upgrade;" + - "proxy_set_header Connection "upgrade";" + "proxy_set_header Connection upgrade;" ; }; };