From d493086d9d541cf1f53686b9d5f41f958482dc26 Mon Sep 17 00:00:00 2001 From: Aleksandr Lebedev Date: Sun, 28 Sep 2025 21:30:22 +0200 Subject: [PATCH] Zhu --- systems/x86_64-linux/stargate/services/nginx.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/systems/x86_64-linux/stargate/services/nginx.nix b/systems/x86_64-linux/stargate/services/nginx.nix index 7eac73a..e2defab 100644 --- a/systems/x86_64-linux/stargate/services/nginx.nix +++ b/systems/x86_64-linux/stargate/services/nginx.nix @@ -61,6 +61,9 @@ in { forceSSL = true; locations."/" = { proxyPass = "http://[::1]:${toString config.services.immich.port}"; + extraConfig = '' + client_max_body_size 10G; + ''; }; };