diff --git a/immich.nix b/immich.nix index a54939c..d31a50f 100644 --- a/immich.nix +++ b/immich.nix @@ -12,6 +12,6 @@ enableACME = true; forceSSL = true; serverAliases = []; - locations."/".proxyPass = "http://localhost:3001/"; + locations."/".proxyPass = "http://localhost:2283/"; }; }