jellyfin: localhost -> 127.0.0.1 to avoid ipv6

This commit is contained in:
Giulio De Pasquale 2022-11-11 00:32:54 +01:00
parent 2771f6a782
commit fe05235570

View File

@ -25,7 +25,7 @@ in {
'';
locations."/" = {
proxyPass = "http://localhost:8096";
proxyPass = "http://127.0.0.1:8096";
# extraConfig = ''
# allow 10.0.0.0/24;
# allow 10.3.0.0/24;
@ -34,7 +34,7 @@ in {
};
locations."/socket" = {
proxyPass = "http://localhost:8096";
proxyPass = "http://127.0.0.1:8096";
proxyWebsockets = true;
# extraConfig = ''
# allow 10.0.0.0/24;