increased timeout for backend

This commit is contained in:
Serghey Rodin
2017-12-29 13:55:38 +02:00
parent ca786aae4d
commit 2b5d7d3c98

View File

@@ -68,7 +68,7 @@ http {
proxy_send_timeout 90;
proxy_read_timeout 90;
proxy_buffers 32 4k;
fastcgi_read_timeout 300;
# Error pages
error_page 403 /error/403.html;