plex: Use 127.0.0.1 instead of localhost, avoiding ipv6 listening adddress

This commit is contained in:
Giulio De Pasquale 2022-11-11 19:10:02 +01:00
parent 3eaf974a5e
commit 7adfedb7c5

View File

@ -77,7 +77,7 @@ in {
proxy_redirect off; proxy_redirect off;
proxy_buffering off; proxy_buffering off;
''; '';
locations."/" = { proxyPass = "http://localhost:32400"; }; locations."/" = { proxyPass = "http://127.0.0.1:32400"; };
}; };
}; };