Edit nginx.conf
vi /etc/nginx/nginx.conf
Inside http {} block, add
proxy_connect_timeout 1000s; proxy_send_timeout 1000s; proxy_read_timeout 1000s; fastcgi_send_timeout 1000s; fastcgi_read_timeout 1000s;
Your email address will not be published. Required fields are marked *
Comment *
Your Name *
Your E-mail *
Website
Save my name, email, and website in this browser for the next time I comment.
Submit Comment