On Thu, Oct 23, 2008 at 12:34 AM, Dave Cheney <dave at cheney.net> wrote:
this location block stuff is not needed:
- location / {
index index.php;
- }
note that these can be hardcoded into fastcgi.conf and even placed on
a global level
> fastcgi_index index.php;
> fastcgi_param SCRIPT_FILENAME /path/to/root$fastcgi_script_name;