From fe05235570c252ce14fb0f8cc4f47e8ce17c602f Mon Sep 17 00:00:00 2001 From: Giulio De Pasquale Date: Fri, 11 Nov 2022 00:32:54 +0100 Subject: [PATCH] jellyfin: localhost -> 127.0.0.1 to avoid ipv6 --- hosts/architect/jellyfin.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/architect/jellyfin.nix b/hosts/architect/jellyfin.nix index 60af115..aca2a2f 100644 --- a/hosts/architect/jellyfin.nix +++ b/hosts/architect/jellyfin.nix @@ -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;