What is the purpose of putting a web server like nginx in front of a wsgi server such as gunicorn when guincorn can serve http requests?
This question has been asked before but none of the answers really explain why you would want to put something like nginx in front of a wsgi/guincorn server*.