mirror of
https://github.com/yweber/lodel2.git
synced 2025-11-12 17:09:16 +01:00
8 lines
142 B
INI
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
|