10 lines
192 B
INI
10 lines
192 B
INI
[uwsgi]
|
|
master = True
|
|
cheap = True
|
|
die-on-idle = False
|
|
manage-script-name = True
|
|
plugins = python3
|
|
chdir = /var/lib/vcd-render
|
|
mount = /=pogojig:app
|
|
env = VCD8SEG_SETTINGS=vcdrender_prod.cfg
|
|
|