[newbie] Two configuration issues with PHP5-FPM

brianmercer nginx-forum at nginx.us
Thu Jul 15 22:01:43 MSD 2010


Gilles Ganault Wrote:
-------------------------------------------------------
> On Thu, 15 Jul 2010 16:12:17 +0200, Gilles Ganault
>  wrote:
> >But I wonder if this the right way to solve the
> problem :-/
> 
> With some external help, I changed "default" to
> this, but still not
> working :-/ It's either 404 or 403
> 
> http://pastebin.com/xC35HZDK
> 
> What do you guys use for SCRIPT_FILENAME?
> 
> fastcgi_param  SCRIPT_FILENAME 
> $document_root$fastcgi_script_name;
> 
> 
> _______________________________________________
> nginx mailing list
> nginx at nginx.org
> http://nginx.org/mailman/listinfo/nginx

Try changing 

    listen   80;

to 

    listen   80 default;

Posted at Nginx Forum: http://forum.nginx.org/read.php?2,109131,109259#msg-109259




More information about the nginx mailing list