This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
corbo/debian/uwsgi.ini

27 lines
455 B
INI

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