From 01b219aa83ece2c29f4ed5a1ae8add1b27ed01f1 Mon Sep 17 00:00:00 2001 From: niten Date: Thu, 23 May 2024 12:27:20 -0700 Subject: [PATCH] Double up the client_max_body_size :/ --- immich-ml-container.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/immich-ml-container.nix b/immich-ml-container.nix index cde18b0..747c3a8 100644 --- a/immich-ml-container.nix +++ b/immich-ml-container.nix @@ -53,7 +53,7 @@ in { locations."/" = { proxyPass = "http://127.0.0.1:${toString cfg.port}"; extraConfig = '' - proxy_request_buffering off; + client_max_body_size = 1024M; ''; recommendedProxySettings = true; proxyWebsockets = true;