You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
dwgstatus/uwsgi-emperor.ini

24 lines
403 B

[uwsgi]
# enable master process manager
master = true
# spawn 2 uWSGI emperor worker processes
workers = 2
# automatically kill workers on master's death
no-orphans = true
# place timestamps into log
log-date = true
# user identifier of uWSGI processes
uid = dwgstatus
# group identifier of uWSGI processes
gid = dwgstatus
# vassals directory
emperor = /etc/uwsgi-emperor/vassals
plugins=python3