bijoe/debian/uwsgi.ini

31 lines
522 B
INI
Raw Normal View History

2019-07-08 21:34:11 +02:00
[uwsgi]
auto-procname = true
procname-prefix-spaced = bijoe
2020-03-31 21:01:30 +02:00
plugin = python3
2019-07-08 21:34:11 +02:00
module = bijoe.wsgi:application
http-socket = /run/bijoe/bijoe.sock
chmod-socket = 666
vacuum = true
2021-07-13 15:04:17 +02:00
spooler-processes = 3
spooler-max-tasks = 20
2019-07-08 21:34:11 +02:00
master = true
processes = 5
harakiri = 120
enable-threads = true
buffer-size = 32768
py-tracebacker = /run/bijoe/py-tracebacker.sock.
stats = /run/bijoe/stats.sock
memory-report = true
2019-07-08 21:34:11 +02:00
ignore-sigpipe = true
if-file = /etc/bijoe/uwsgi-local.ini
include = /etc/bijoe/uwsgi-local.ini
endif =