zoo/debian/uwsgi.ini

29 lines
479 B
INI

[uwsgi]
auto-procname = true
procname-prefix-spaced = zoo
plugin = python3
module = zoo.wsgi:application
http-socket = /run/zoo/zoo.sock
chmod-socket = 666
vacuum = true
master = true
processes = 5
harakiri = 120
max-requests = 500
enable-threads = true
buffer-size = 32768
py-tracebacker = /run/zoo/py-tracebacker.sock.
stats = /run/zoo/stats.sock
memory-report = true
ignore-sigpipe = true
if-file = /etc/zoo/uwsgi-local.ini
include = /etc/zoo/uwsgi-local.ini
endif =