I\'m using nginx + fastcgi( manage.py runfcgi ...) on production for some of my Django projects. A lot of people suggests to use nginx + gunicorn.
nginx + fastcgi
nginx + gunicorn
As b1- says, WSGI is native (take a look at this post).
Also, this post has a similar question.
From my personal point of view, some time ago i've been using Nginx + uwsg in vhost mode to run various project on my server.