Skip to content

Instantly share code, notes, and snippets.

@Kwpolska
Created March 1, 2014 10:22
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 Kwpolska/9288006 to your computer and use it in GitHub Desktop.
Save Kwpolska/9288006 to your computer and use it in GitHub Desktop.
[uwsgi]
emperor = true
socket = 127.0.0.1:3031
stats = 127.0.0.1:3130
chdir = /var/flask/
master = true
threads = 5
binary-path = /var/flask/bin/uwsgi
virtualenv = /var/flask
module = %n
callable = app
plugins = python2
uid = http
gid = http
processes = 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment