wcs/debian/uwsgi.ini

22 lines
339 B
INI

[uwsgi]
auto-procname = true
procname-prefix-spaced = wcs
plugin = python
module = wcs.wsgi:application
http-socket = /run/wcs/wcs.sock
chmod-socket = 666
vacuum = true
master = true
processes = 5
harakiri = 120
enable-threads = true
buffer-size = 32768
if-file = /etc/wcs/uwsgi-local.ini
include = /etc/wcs/uwsgi-local.ini
endif =