Nginx+PHP-FPMでタイムアウトを伸ばす

php.ini
max_execution_time = 180

php-fpm.conf
request_terminate_timeout 180

nginx.conf
fastcgi_read_timeout 180