Increase request timeout Inginx


make following changes to /etc/nginx/nginx.conf - 

location / {

proxy_connect_timeout  600s;
proxy_send_timeout  600s;
proxy_read_timeout  600s;
fastcgi_send_timeout 600s;
fastcgi_read_timeout 600s;

...
}

Comments

Popular posts from this blog

Spring Security ACL