ants-hub/debian/uwsgi.ini

34 lines
628 B
INI

[uwsgi]
auto-procname = true
procname-prefix-spaced = ants-hub
plugin = python3
module = ants_hub.wsgi:application
http-socket = /run/ants-hub/http.sock
chmod-socket = 666
vacuum = true
master = true
processes = 3
threads = 10
harakiri = 30
max-requests = 10000
buffer-size = 32768
py-tracebacker = /run/ants-hub/py-tracebacker.sock.
stats = /run/ants-hub/stats.sock
memory-report = true
ignore-sigpipe = true
logto2=/var/log/ants-hub/uwsgi.log
log-maxsize=2000000
cron2 = minute=-3,unique=1 /usr/bin/ants-hub-manage upload-rdvs
if-file = /etc/ants-hub/uwsgi-local.ini
include = /etc/ants-hub/uwsgi-local.ini
endif =