From 14fd21ab80a794ed28346878dc76c0801c5c501d Mon Sep 17 00:00:00 2001 From: tavo-wasd Date: Thu, 15 Feb 2024 21:39:56 -0600 Subject: [PATCH] timeout also --- self_hosting/nextcloud/nextcloud.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/self_hosting/nextcloud/nextcloud.conf b/self_hosting/nextcloud/nextcloud.conf index 6b5663a..8462835 100644 --- a/self_hosting/nextcloud/nextcloud.conf +++ b/self_hosting/nextcloud/nextcloud.conf @@ -23,7 +23,7 @@ server { # set max upload size and increase upload timeout: client_max_body_size 8192M; - client_body_timeout 300s; + client_body_timeout 3600s; fastcgi_buffers 64 4K; # Enable gzip but do not remove ETag headers