empresa-libre/source/app/main_linux.ini

14 lines
265 B
INI

[uwsgi]
http = :8000
uid = user
gid = user
chdir = /home/USER/.opt/empresa-libre/source/app
wsgi-file = main.py
callable = app
master = true
processes = 4
threads = 4
thunder-lock = true
static-map = /static=../static
logger = file:../../../empresa-libre-uwsgi.log