Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save specialunderwear/cfdbe8446327d4eb6a2d35fb103dc51a to your computer and use it in GitHub Desktop.
Save specialunderwear/cfdbe8446327d4eb6a2d35fb103dc51a to your computer and use it in GitHub Desktop.
[uwsgi]
master = true
chmod-socket = 660
workers = 1
reload-mercy = 30
vacuum = 1
auto-procname = true
enable-threads = false
lazy = 0
no-orphans = true
stats = 127.0.0.1:9191
thunder-lock = false
spooler = spooler
spooler-import = vadain.backend.tasks
# dev settings
python-autoreload = 1
virtualenv = /Users/ebone/.virtualenvs/vadain.buildout
#chdir = /Users/ebone/Sites/aptserve
http = 127.0.0.1:8000
# Django settings
env = DJANGO_SETTINGS_MODULE=vadain.backend.settings
module = vadain.backend.wsgi:application
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment