Files
flask-fet-fotos/uwsgi.ini
Andreas Stephanides 9caa8dbcd8 uwsgi update
2020-03-12 11:46:08 +01:00

25 lines
614 B
INI

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