I am setting up Flask, uwsgi, and nginx
Below is the config setup for uwsgi
[uwsgi] module = wsgi:app master = true processes = 5 protocol = http soc