diff --git a/services/nginx.nix b/services/nginx.nix index edfdf7e..81d7c72 100644 --- a/services/nginx.nix +++ b/services/nginx.nix @@ -116,8 +116,9 @@ in # (default: localhost/127.0.0.1). Override Host so it passes. "sabnzbd.nordhammer.it" = lib.recursiveUpdate (protectedProxy 8085) { locations."/".extraConfig = autheliaAuthConfig + '' - proxy_set_header Host "127.0.0.1:8085"; - ''; + proxy_set_header Host "127.0.0.1:8085"; + ''; + }; # --- Local-only: serves update history JSON to Homepage's customapi widget --- "homepage-updates.local" = {