diff --git a/hosts/architect/prowlarr.nix b/hosts/architect/prowlarr.nix index 9120239..89deda2 100644 --- a/hosts/architect/prowlarr.nix +++ b/hosts/architect/prowlarr.nix @@ -11,7 +11,7 @@ in { forceSSL = true; enableACME = true; locations."/" = { - proxyPass = "http://localhost:9696"; + proxyPass = "http://127.0.0.1:9696"; extraConfig = '' allow 10.0.0.0/24; ${lib.concatMapStrings (x: "allow ${x};") network.gdevices-wg}