forked from switnet/quick-jibri-installer
Increase timeout on JRA nginx settings
Useful when update servers might be overloaded.
This commit is contained in:
parent
735739832d
commit
471de215ef
|
@ -286,6 +286,7 @@ server {
|
||||||
fastcgi_pass php-handler;
|
fastcgi_pass php-handler;
|
||||||
fastcgi_intercept_errors on;
|
fastcgi_intercept_errors on;
|
||||||
fastcgi_request_buffering off;
|
fastcgi_request_buffering off;
|
||||||
|
fastcgi_read_timeout 300;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ ^/(?:updater|ocs-provider)(?:\$|/) {
|
location ~ ^/(?:updater|ocs-provider)(?:\$|/) {
|
||||||
|
|
Loading…
Reference in New Issue