Skip to content

Instantly share code, notes, and snippets.

@singulared
Last active April 13, 2016 18:23
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 singulared/a11d07c1536f8b3b9c955af124717630 to your computer and use it in GitHub Desktop.
Save singulared/a11d07c1536f8b3b9c955af124717630 to your computer and use it in GitHub Desktop.
uwsgi:
http: 0.0.0.0:8000
wsgi-file: /data/www/flask/wsgi.py
callable: app
pidfile: uwsgi.pid
processes: 2
master: 1
workers: 2
auto-procname: 1
daemonize: uwsgi.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment