Skip to content

Instantly share code, notes, and snippets.

@efazati
Created December 7, 2014 07:40
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 efazati/41b8b51ac9aee91c6540 to your computer and use it in GitHub Desktop.
Save efazati/41b8b51ac9aee91c6540 to your computer and use it in GitHub Desktop.
uwsgi
[uwsgi]
socket = /tmp/app.sock
chdir = /opt/www/app/
processes = 8
master = true
touch-reload = /opt/www/app/reload
plugins = python
module = deploy
callable = application
#virtualenv = /opt/www/app/env
uid = argus
chmod-socket = 777
daemonize = /var/log/uwsgi/app/argus.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment