atom feed5 messages in ru.sysoev.nginxRe: [nginx-announce] nginx-0.8.30
FromSent OnAttachments
Michael ShadleDec 15, 2009 2:36 pm 
merlin coreyDec 15, 2009 5:48 pm 
Michael ShadleDec 15, 2009 6:36 pm 
merlin coreyDec 17, 2009 12:31 pm 
Michael ShadleDec 17, 2009 2:04 pm 
Subject:Re: [nginx-announce] nginx-0.8.30
From:Michael Shadle (mike@gmail.com)
Date:Dec 15, 2009 2:36:34 pm
List:ru.sysoev.nginx

On Tue, Dec 15, 2009 at 7:21 AM, Igor Sysoev <ig@sysoev.ru> wrote:

   *) Feature: the conf/fastcgi.conf for simple FastCGI configurations.

What's the reasoning for this? Right now it's identical to fastcgi_params besides for no

fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;

Which I think should be kept as default, as it's probably the most standard way people use it, and they can override it manually in the server config if they choose to host PHP in some wacky place...