*43309 upstream timed out (110: Connection timed out) while reading response header from upstream, – nginx

Even after changing values on php.ini i had to set/tweak this on nginx domain configurations.

/etc/nginx/conf.d/ domain .tld .com

fastcgi_connect_timeout 2200s;
fastcgi_send_timeout 2200s;
fastcgi_read_timeout 2200s;

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.