forked from switnet/quick-jibri-installer
Increase timeout on JRA nginx settings
Useful when update servers might be overloaded.
(cherry picked from commit 471de215ef
)
This commit is contained in:
parent
a1cbb7231a
commit
84c1568c20
|
@ -285,6 +285,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