A lot of Django app deployments over Amazon\'s EC2 use HTTP servers NGINX and Gunicorn.
I was wondering what they actually do and why both are used in parallel. What is
Nginx and Gunicorn are not used in parrallel.
The following diagrams shows how nginx and Gunicorn interact.