welco/debian/uwsgi.ini

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

31 lines
522 B
INI
Raw Permalink Normal View History

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