Skip to content

Instantly share code, notes, and snippets.

@arkenous
Created April 24, 2016 15:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arkenous/77e472cf011fb9f07af1c31fe6a82bca to your computer and use it in GitHub Desktop.
Save arkenous/77e472cf011fb9f07af1c31fe6a82bca to your computer and use it in GitHub Desktop.
HelloFlask initialization file for uWSGI
[uwsgi]
plugins=python
module=app
callable=app
master=true
processes=1
socket=/tmp/uwsgi.sock
chmod-socket=666
vacuum=true
die-on-term=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment