Simple web stack with flask nginx gunicorn supervisor

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.

Redirect http to https in nginx

How to redirect http traffic to https in nginx configuration.

Nginx to share default http port

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.