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; - ''; }; }; }