Set fastcgi_read_timeout to 180 seconds rather than the default 60 for the occasional long-running page.

This commit is contained in:
Chris Buechler 2016-02-01 21:40:14 -06:00
parent 4994dc3fe9
commit 3fafb89b1a

View File

@ -1344,6 +1344,7 @@ EOD;
fastcgi_pass unix:{$g['varrun_path']}/php-fpm.socket;
fastcgi_index index.php;
fastcgi_param SCRIPT_FILENAME \$document_root\$fastcgi_script_name;
fastcgi_read_timeout 180;
include /usr/local/etc/nginx/fastcgi_params;
}
}