From 471de215ef9fe3aa9f6fc45a14700e66b972567d Mon Sep 17 00:00:00 2001 From: Ark74 Date: Sun, 19 Jul 2020 22:57:12 -0500 Subject: [PATCH] Increase timeout on JRA nginx settings Useful when update servers might be overloaded. --- jra_nextcloud.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/jra_nextcloud.sh b/jra_nextcloud.sh index c314594..66ee137 100644 --- a/jra_nextcloud.sh +++ b/jra_nextcloud.sh @@ -286,6 +286,7 @@ server { fastcgi_pass php-handler; fastcgi_intercept_errors on; fastcgi_request_buffering off; + fastcgi_read_timeout 300; } location ~ ^/(?:updater|ocs-provider)(?:\$|/) {