Skip to content

Instantly share code, notes, and snippets.

@chacken
Created July 5, 2013 03:17
Show Gist options
  • Save chacken/5931434 to your computer and use it in GitHub Desktop.
Save chacken/5931434 to your computer and use it in GitHub Desktop.
[uwsgi]
socket = 127.0.0.1:5000
module = app
callable = app
processes = 1
stats = 127.0.0.1:9191
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment