Increase timeout on JRA nginx settings

Useful when update servers might be overloaded.
This commit is contained in:
Luis Guzmán 2020-07-19 22:57:12 -05:00
parent 735739832d
commit 471de215ef
1 changed files with 1 additions and 0 deletions

View File

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