From 5ed18c1110cc67fc4f6d745cedc31f692a8acfea Mon Sep 17 00:00:00 2001 From: blake Date: Sun, 12 Oct 2025 10:38:30 -0500 Subject: [PATCH] 340 current 2025-10-11 23:47:35 25.05.20251006.20c4598 6.12.50 * --- modules/homelab/services/audiobookshelf/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/homelab/services/audiobookshelf/default.nix b/modules/homelab/services/audiobookshelf/default.nix index 764544f..01c4999 100644 --- a/modules/homelab/services/audiobookshelf/default.nix +++ b/modules/homelab/services/audiobookshelf/default.nix @@ -85,7 +85,7 @@ in extraConfig = '' proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Proto $scheme; - proxy_set_header Host $http_host; + proxy_set_header Host $host; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; proxy_http_version 1.1;