diff --git a/hosts/architect/plex.nix b/hosts/architect/plex.nix index b09a4c8..a06ec5e 100644 --- a/hosts/architect/plex.nix +++ b/hosts/architect/plex.nix @@ -77,7 +77,7 @@ in { proxy_redirect off; proxy_buffering off; ''; - locations."/" = { proxyPass = "http://localhost:32400"; }; + locations."/" = { proxyPass = "http://127.0.0.1:32400"; }; }; };