From f8acb7a8fa1fb2db223035f5078178f4b4897b22 Mon Sep 17 00:00:00 2001 From: blake Date: Thu, 9 Oct 2025 15:54:50 -0500 Subject: [PATCH] 173 current 2025-10-09 15:48:55 25.05.20251006.20c4598 6.12.50 * --- modules/homelab/services/immich/default.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/modules/homelab/services/immich/default.nix b/modules/homelab/services/immich/default.nix index 096a24b..c314032 100644 --- a/modules/homelab/services/immich/default.nix +++ b/modules/homelab/services/immich/default.nix @@ -94,7 +94,12 @@ in proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; - + extraConfig = + # required when the target is also TLS server with multiple hosts + "proxy_ssl_server_name on;" + + # required when the server wants to use HTTP Authentication + "proxy_pass_header Authorization;" + ; }; };