Skip to content

Instantly share code, notes, and snippets.

@jmolinski
Created November 27, 2017 22:15
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 jmolinski/f575c0f9f5b5543c71e6538fac4ba747 to your computer and use it in GitHub Desktop.
Save jmolinski/f575c0f9f5b5543c71e6538fac4ba747 to your computer and use it in GitHub Desktop.
[uwsgi]
master=True
processes=1
socket=/home/NAME/socks/NAME.sock
wsgi-file=/home/NAME/REPO-NAME/wsgi/wsgi.py
chmod-socket=777
vacuum=true
wsgi-disable-file-wrapper = true
die-on-term=True
enable-threads=True
logto=/home/NAME/logs/uwsgi/%n.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment