welco/debian/uwsgi.ini

27 lines
455 B
INI
Raw 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
master = true
processes = 5
harakiri = 120
enable-threads = true
buffer-size = 32768
py-tracebacker = /run/welco/py-tracebacker.sock.
stats = /run/welco/stats.sock
ignore-sigpipe = true
if-file = /etc/welco/uwsgi-local.ini
include = /etc/welco/uwsgi-local.ini
endif =