feat: uncap file size for immich

This commit is contained in:
s-prechtl 2026-03-24 15:24:19 +01:00
parent faec1a847c
commit cf8182afd6

View file

@ -36,7 +36,7 @@ in
locations."/" = { locations."/" = {
proxyPass = "http://localhost:2283"; proxyPass = "http://localhost:2283";
proxyWebsockets = true; proxyWebsockets = true;
extraConfig = "client_max_body_size 50000M;"; # for large video uploads extraConfig = "client_max_body_size 0;";
}; };
}; };
} }