Add uwsgi-emperor vassal config

This commit is contained in:
Jason Rhinelander 2020-08-19 19:43:59 -03:00
parent 6021291a89
commit d89177204f
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
[uwsgi]
chdir = /home/jagerman/src/loki-observer
socket = devnet.wsgi
plugins = python3,logfile
processes = 6
manage-script-name = true
mount = /=observer:app
logger = file:logfile=/home/jagerman/src/loki-observer/uwsgi.log,maxsize=1048576