Revision 3fafb89b
Added by Chris Buechler over 9 years ago
src/etc/inc/system.inc | ||
---|---|---|
1344 | 1344 |
fastcgi_pass unix:{$g['varrun_path']}/php-fpm.socket; |
1345 | 1345 |
fastcgi_index index.php; |
1346 | 1346 |
fastcgi_param SCRIPT_FILENAME \$document_root\$fastcgi_script_name; |
1347 |
fastcgi_read_timeout 180; |
|
1347 | 1348 |
include /usr/local/etc/nginx/fastcgi_params; |
1348 | 1349 |
} |
1349 | 1350 |
} |
Also available in: Unified diff
Set fastcgi_read_timeout to 180 seconds rather than the default 60 for the occasional long-running page.