zoo/debian/uwsgi.ini

29 lines
479 B
INI
Raw Normal View History

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