|
[uwsgi]
|
|
module = wsgi:app
|
|
|
|
master = true
|
|
processes = 2
|
|
|
|
uid=hbnet_web
|
|
chdir=/opt/hbnet_web
|
|
pythonpath=/home/hbnet_web/.local
|
|
pythonpath=/home/hbnet_web/.local/lib/python3.9/site-packages/
|
|
|
|
|
|
socket = /tmp/hbnet_web_service.sock
|
|
chmod-socket = 666
|
|
vacuum = true
|
|
|
|
die-on-term = true
|