In this guide I am going to go
over install nginx and getting it to work with python
One good resource I found on
how to do this is at http://perlmaven.com/deploying-pyton-with-uwsgi-on-ubuntu-13-10
[1] another is https://uwsgi.readthedocs.org/en/latest/tutorials/Django_and_nginx.html
[2] a third good blog
post is http://zacharyvoase.com/2010/03/05/django-uwsgi-nginx/ [3]