diff --git a/hosts/architect/jellyfin.nix b/hosts/architect/jellyfin.nix index 90fd949..60af115 100644 --- a/hosts/architect/jellyfin.nix +++ b/hosts/architect/jellyfin.nix @@ -26,21 +26,21 @@ in { locations."/" = { proxyPass = "http://localhost:8096"; - extraConfig = '' - allow 10.0.0.0/24; - allow 10.3.0.0/24; - deny all; - ''; +# extraConfig = '' +# allow 10.0.0.0/24; +# allow 10.3.0.0/24; +# deny all; +# ''; }; locations."/socket" = { proxyPass = "http://localhost:8096"; proxyWebsockets = true; - extraConfig = '' - allow 10.0.0.0/24; - allow 10.3.0.0/24; - deny all; - ''; +# extraConfig = '' +# allow 10.0.0.0/24; +# allow 10.3.0.0/24; +# deny all; +# ''; }; }; };