Skip to content

Instantly share code, notes, and snippets.

@codyaray
Created February 24, 2016 00:15
Show Gist options
  • Save codyaray/5330868e5af2e642563d to your computer and use it in GitHub Desktop.
Save codyaray/5330868e5af2e642563d to your computer and use it in GitHub Desktop.
#
# This file is managed by puppet class 'uwsgi::app'
#
# uwsgi app config for 'st2auth'
#
[uwsgi]
uid = www-data
gid = www-data
chmod-socket = 644
logto = /var/log/st2/st2auth.uwsgi.log
processes = 1
socket = /var/sockets/st2auth.sock
threads = 10
vacuum = true
wsgi-file = /usr/lib/python2.7/dist-packages/st2auth/wsgi.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment