ants-hub/debian/uwsgi.ini

29 lines
507 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
if-file = /etc/ants-hub/uwsgi-local.ini
include = /etc/ants-hub/uwsgi-local.ini
endif =