Created
May 19, 2016 07:59
-
-
Save mb00g/794b94a16b06107333e2ed55366a8fcb to your computer and use it in GitHub Desktop.
uwsgi conf lg.fajar.web.id
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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