From 7adfedb7c5c4b30bea71cda809e184781b2a497d Mon Sep 17 00:00:00 2001 From: Giulio De Pasquale Date: Fri, 11 Nov 2022 19:10:02 +0100 Subject: [PATCH] plex: Use 127.0.0.1 instead of localhost, avoiding ipv6 listening adddress --- hosts/architect/plex.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; }; }; };