From 83a5f89722727c209f5a28937554cd7c9908fed3 Mon Sep 17 00:00:00 2001 From: stitchy Date: Thu, 30 Oct 2025 01:42:18 -0700 Subject: [PATCH] fix(immich): timeout on video upload --- hosts/tanzanite/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) 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" = {