Python on Nginx

Cliff Wells cliff at develix.com
Tue Oct 11 19:32:54 UTC 2011


On Tue, 2011-10-11 at 20:06 +0100, Keith Fernie wrote:
> This is what I'm using with Debian Squeeze & fcgiwrap installed, not just  
> for python.

fcgiwrap is a completely different beast and doesn't apply one whit to
running Django.  You need to follow the directions you linked to at
http://wiki.nginx.org/PythonFlup

1. Set up a location for your PHP applications
2. Set up a *different* location for your Django application and use the
directions from the wiki for getting it configured.

Cliff




More information about the nginx mailing list