diff --git a/servers/immich.nix b/servers/immich.nix index 5639aed..cf99759 100644 --- a/servers/immich.nix +++ b/servers/immich.nix @@ -59,7 +59,7 @@ in ''; locations."/" = { - proxyPass = "http://localhost:${toString immichPort}"; + proxyPass = "http://127.0.0.1:${toString immichPort}"; proxyWebsockets = true; recommendedProxySettings = true;