1
0
Fork 0
mirror of https://github.com/yweber/lodel2.git synced 2025-11-12 17:09:16 +01:00
lodel2_mirror/plugins/webui/uwsgi/uwsgi.ini
Yann 14ec5a0b66 solves #153
Add master = true to uwsgi.ini
2016-09-30 14:03:01 +02:00

8 lines
142 B
INI

[uwsgi]
model = run:application
plugin = python3
module = plugins.webui.run
chmod-socket = 666
vacuum = true
die-on-term = true
master = true