diff --git a/jra_nextcloud.sh b/jra_nextcloud.sh index 93f7845..1249cf3 100644 --- a/jra_nextcloud.sh +++ b/jra_nextcloud.sh @@ -285,6 +285,7 @@ server { fastcgi_pass php-handler; fastcgi_intercept_errors on; fastcgi_request_buffering off; + fastcgi_read_timeout 300; } location ~ ^/(?:updater|ocs-provider)(?:\$|/) {