A simple web stack using flask, nginx, gunicorn and supervisor in python with minimum configuration. This is useful if you want to QUICKLY setup a simple but production ready web service.
How to redirect http traffic to https in nginx configuration.
How to use nginx to proxy http request to default port (e.g. 80) to other processes running on different ports on the same server.