I want to deploy a django site (it is the open source edx code on github).
I am faced with choosing between using
- Apache with mod_wsgi
- nginx with gunicorn
I have used Apache with mod_wsgi and it's cool enough, but i have no experience with the second option.
Which of these would be a better option in terms of speed and also to some extent, ease of use?
NB: I would need to run two different django sites on say, port 80 and 81 and access them from two different subdomains.