Two months ago I wrote a guide on running Django apps using Gunicorn and nginx, I’ve been reading a lot of stuff lately on the Internet about the topic. Here there are several pages you should read:
- Green Unicorn and Nginx on Debian by drumcoder.
- Deploying Django project with gunicorn and Nginx
- fcgi vs. gunicorn vs. uWSGI, nice benchmark by peterbe
- Gunicorn, Django, WSGI by @benoitc, Gunicorn creator. Watch the conference online as well.
- PHP and Django: Nginx, FastCGI and Green Unicorn?
- Gunicorn / Django Debian init script by Thomas Pelletier
