Nginx + Django Setup
Sunday, February 28th, 2010Follow the below articles, it should be able to work:
http://wiki.nginx.org/NginxDjangoFastCGI
http://code.djangoproject.com/wiki/InitdScriptForLinux
http://stackoverflow.com/questions/605173/how-to-nginx-virtual-servers-fcgi-for-django
Notice fast CGI config in nginx:
fastcgi_pass_header Authorization;
fastcgi_intercept_errors off;
