Skip to content

Instantly share code, notes, and snippets.

@mb00g
Created May 19, 2016 07:59
Show Gist options
  • Save mb00g/794b94a16b06107333e2ed55366a8fcb to your computer and use it in GitHub Desktop.
Save mb00g/794b94a16b06107333e2ed55366a8fcb to your computer and use it in GitHub Desktop.
uwsgi conf lg.fajar.web.id
[uwsgi]
plugins = python
gid = lg
uid = lg
vhost = true
logdate
socket = 127.0.0.1:3031
master = true
processes = 4
harakiri = 20
limit-as = 256
logto = /var/log/uwsgi.log
wsgi-file = /home/lg/LookingGlass/wsgi.py
virtualenv = /home/lg/.virtualenvs/LookingGlass
chdir = /home/lg/LookingGlass
env = CONFIG_FILE=instance/lg.cfg
memory-report
no-orphans
die-on-term
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment