Files
doc.2020.app/uwsgi.ini
2021-11-23 06:07:36 +00:00

24 lines
569 B
INI

[uwsgi]
# User and group www-data on debian
uid = 33
gid = 33
master = true
# No. of processes can be increased
processes = 7
chown-socket =www-data:www-data
virtualenv = /opt/venv/
pythonpath = /opt/venv/
#pidfile = /srv/simple_sample_flat_index/uwsgi.pid
#socket = /srv/simple_sample_flat_index/uwsgi.sock
pidfile=/var/run/doc2020.pid
socket = /var/run/dock2020.sock
chmod-socket = 666
module = app
callable= app
wsgi-file = app.py
logdate = true
#logger = file:/srv/simple_sample_flat_index/uwsgi.log
loglevel = debug
gevent = 100
vacuum=true
plugins=python3,logfile