Last active
April 13, 2016 18:23
-
-
Save singulared/a11d07c1536f8b3b9c955af124717630 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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