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