Skip to content

Instantly share code, notes, and snippets.

@guyjacks
Created June 3, 2015 01:32
Show Gist options
  • Save guyjacks/6879060a43fd45c1ca22 to your computer and use it in GitHub Desktop.
Save guyjacks/6879060a43fd45c1ca22 to your computer and use it in GitHub Desktop.
[uwsgi]
chdir = /opt/apps/theatertilt
venv = /home/guyja/virtenv/theatertiltapp
threads = 2
socket = /tmp/theatertiltapp.sock
chown-socket = www-data
chmod-socket = 750
wsgi-file = theatertilt/__init__.py
callable = app
logger = file:/tmp/theatertiltapp-uwsgi.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment