From e755eceadc1a664fb3438784d7582dae62e7a1bc Mon Sep 17 00:00:00 2001 From: Daniel Kempkens Date: Sun, 16 Apr 2023 00:32:06 +0200 Subject: [PATCH] mediaserver: add sonarr --- system/nixos/sonarr.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/system/nixos/sonarr.nix b/system/nixos/sonarr.nix index 01468cd..55e98fc 100644 --- a/system/nixos/sonarr.nix +++ b/system/nixos/sonarr.nix @@ -46,11 +46,8 @@ ''; locations."/" = { + recommendedProxySettings = true; proxyPass = "http://unix:/run/socat-sonarr/sonarr.sock:/"; - - extraConfig = '' - proxy_set_header Host localhost; - ''; }; }; }