diff --git a/hosts/tanzanite/default.nix b/hosts/tanzanite/default.nix index b5865c0..e24d5d0 100644 --- a/hosts/tanzanite/default.nix +++ b/hosts/tanzanite/default.nix @@ -79,6 +79,12 @@ in { proxyPass = "http://[::1]:${toString config.services.immich.port}"; proxyWebsockets = true; recommendedProxySettings = true; + extraConfig = '' + client_max_body_size 50000M; + proxy_read_timeout 600s; + proxy_send_timeout 600s; + send_timeout 600s; + ''; }; }; "grafana.stitchy.moe" = {