Skip to content

Instantly share code, notes, and snippets.

@nriley
Created September 6, 2011 17:11
Show Gist options
  • Save nriley/1198239 to your computer and use it in GitHub Desktop.
Save nriley/1198239 to your computer and use it in GitHub Desktop.
uwsgi settings
[uwsgi]
socket = 127.0.0.1:46918
chdir = /home/hg/reviews/conf
env = DJANGO_SETTINGS_MODULE=reviewboard.settings
env = HOME=/home/hg/reviews/data
module = django.core.handlers.wsgi:WSGIHandler()
enable-threads = true
master = true
threads = 5
processes = 2
disable-logging = true
home = /home/hg
touch-reload = /home/hg/reviews/conf/settings_local.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment