plex: Use 127.0.0.1 instead of localhost, avoiding ipv6 listening adddress
This commit is contained in:
parent
3eaf974a5e
commit
7adfedb7c5
@ -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"; };
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user