From cf8182afd61938a7cc52ba3b3361f8ebe7571226 Mon Sep 17 00:00:00 2001 From: s-prechtl Date: Tue, 24 Mar 2026 15:24:19 +0100 Subject: [PATCH] feat: uncap file size for immich --- hosts/hitsugibune/immich.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/hitsugibune/immich.nix b/hosts/hitsugibune/immich.nix index 0c09030..dcf9b7f 100644 --- a/hosts/hitsugibune/immich.nix +++ b/hosts/hitsugibune/immich.nix @@ -36,7 +36,7 @@ in locations."/" = { proxyPass = "http://localhost:2283"; proxyWebsockets = true; - extraConfig = "client_max_body_size 50000M;"; # for large video uploads + extraConfig = "client_max_body_size 0;"; }; }; }