From 70abe3d6038c863232c0547e4256fda78cdf8746 Mon Sep 17 00:00:00 2001 From: Constantin Gierczak--Galle Date: Wed, 6 Nov 2024 09:21:04 +0100 Subject: [PATCH] fix: adapt to new default port --- immich.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/"; }; }