Lab to setup a Python / UWSGI / Nginx server (aka modern Python webapp server)

Apache is largely pointless in Python web development (e.g. Django). There are more architecturally sound mechanisms to use.

This nginx/python/uwsgi configuration is wildly popular. This is your starting point for hosting Python/Django projects (or any WSGI framework).

Deploy to Azure