Skip to content

Instantly share code, notes, and snippets.

@serainville
Created June 6, 2019 05:24
Show Gist options
  • Save serainville/022372b0bbedfd04e1512a9357f6b4b8 to your computer and use it in GitHub Desktop.
Save serainville/022372b0bbedfd04e1512a9357f6b4b8 to your computer and use it in GitHub Desktop.
[uwsgi]
module = flaskapi:app
uid = www-data
gid = www-data
master = true
processes = 5
socket = /tmp/uwsgi.socket
chmod-sock = 664
vacuum = true
die-on-term = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment