update nginx+fcgi deployment guide for PSGI compat
authorRafael Kitover <rkitover@cpan.org>
Tue, 28 Feb 2012 16:50:53 +0000 (11:50 -0500)
committerRafael Kitover <rkitover@cpan.org>
Tue, 28 Feb 2012 16:50:53 +0000 (11:50 -0500)
commit19d5a2d2b0b30f9c68469cfda50022fdb9aedd74
treed9ae3b8ba249e026e9b9ca4fae9dba8f9828ccd9
parent420693bab3b10796eeebd0c320d5a4596324dbba
update nginx+fcgi deployment guide for PSGI compat

SCRIPT_NAME must not be '/' according to the PSGI spec, plackup without
-E deployment will load the Lint middleware, which will complain about
this and not allow the app to start.

Update the SCRIPT_NAME to '' for root apps and include a note about how
to do this if using the distributed /etc/nginx/fastcgi_params.
lib/Catalyst/Manual/Deployment/nginx/FastCGI.pod