empresa-libre/source/app/main_linux.ini

14 lines
265 B
INI
Raw Normal View History

2017-12-11 21:44:40 -06:00
[uwsgi]
http = :8000
2017-12-13 22:33:00 -06:00
uid = user
gid = user
chdir = /home/USER/.opt/empresa-libre/source/app
2017-12-11 21:44:40 -06:00
wsgi-file = main.py
callable = app
master = true
processes = 4
threads = 4
thunder-lock = true
static-map = /static=../static
2017-12-13 22:33:00 -06:00
logger = file:../../../empresa-libre-uwsgi.log