puppet-standalone-mashup/shared/additional-modules/nginx/templates/fastcgi.conf

9 lines
265 B
Plaintext
Raw Normal View History

2012-01-31 03:14:25 +00:00
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
include /etc/nginx/fastcgi_params;
fastcgi_buffers 256 4k;
fastcgi_intercept_errors on;
## allow 4 hrs - pass timeout responsibility to upstrea
fastcgi_read_timeout 14400;
fastcgi_index index.php;