From aed29a27def3648fa81c448a3a85ebcf2c29ace0 Mon Sep 17 00:00:00 2001 From: blake Date: Sat, 11 Oct 2025 00:33:02 -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, 4 insertions(+) diff --git a/modules/homelab/services/smarthome/homeassistant/default.nix b/modules/homelab/services/smarthome/homeassistant/default.nix index 51816df..f8a316f 100644 --- a/modules/homelab/services/smarthome/homeassistant/default.nix +++ b/modules/homelab/services/smarthome/homeassistant/default.nix @@ -110,6 +110,8 @@ in ''; locations."/" = { proxyPass = "http://127.0.0.1:${toString cfg.port}"; + proxy_set_header Upgrade $http_upgrade; + proxy_set_header Connection "upgrade"; }; }; # external reverse proxy entry @@ -122,6 +124,8 @@ in ''; locations."/" = { proxyPass = "http://127.0.0.1:${toString cfg.port}"; + proxy_set_header Upgrade $http_upgrade; + proxy_set_header Connection "upgrade"; }; };