Increase timeout on JRA nginx settings

Useful when update servers might be overloaded.

(cherry picked from commit 471de215ef)
This commit is contained in:
Luis Guzmán 2020-07-19 22:57:12 -05:00
parent a1cbb7231a
commit 84c1568c20
1 changed files with 1 additions and 0 deletions

View File

@ -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)(?:\$|/) {