hbnet/web/docker/wsgi.ini

18 lines
280 B
INI

[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