i3control/backend/wsgi.ini

13 lines
172 B
INI

[uwsgi]
plugins = python
module = wsgi:app
socket = /srv/http/i3control/i3control.sock
master = true
threads = 2
stats = 127.0.0.1:9191
vacuum = true
die-on-term = true