fix(immich): timeout on video upload

This commit is contained in:
stitchy 2025-10-30 01:42:18 -07:00
parent 21e49b05c5
commit 83a5f89722
Signed by: stitchy
SSH key fingerprint: SHA256:f7Wxv5r7Ooi4z3GxqMBx50LlPRtY/kUK/Sw8K02PYys

View file

@ -79,6 +79,12 @@ in {
proxyPass = "http://[::1]:${toString config.services.immich.port}"; proxyPass = "http://[::1]:${toString config.services.immich.port}";
proxyWebsockets = true; proxyWebsockets = true;
recommendedProxySettings = true; recommendedProxySettings = true;
extraConfig = ''
client_max_body_size 50000M;
proxy_read_timeout 600s;
proxy_send_timeout 600s;
send_timeout 600s;
'';
}; };
}; };
"grafana.stitchy.moe" = { "grafana.stitchy.moe" = {