Skip to content

Instantly share code, notes, and snippets.

@sokratisg
Created May 25, 2016 09:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save sokratisg/02cca0cb7f07133302c08e7da5e518e5 to your computer and use it in GitHub Desktop.
Save sokratisg/02cca0cb7f07133302c08e7da5e518e5 to your computer and use it in GitHub Desktop.
[uwsgi]
project = matterllo
base = /home/bots
chdir = %(base)/%(project)
home = %(base)/pyenv/%(project)
module=run:app
die-on-term = true
master = true
processes = 1
threads = 2
logger = file:%(base)/%(project)/%(project)-uwsgi.log
socket = %(base)/%(project)/%(project)-uwsgi.sock
vacuum = true
chmod-socket = 664
uid = bots
gid = bots
env = MATTERLLO_CONFIG_FILE=/home/bots/matterllo/config.yaml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment