11 lines
215 B
INI
11 lines
215 B
INI
[uwsgi]
|
|
master = True
|
|
cheap = True
|
|
die-on-idle = False
|
|
manage-script-name = True
|
|
plugins = python3
|
|
chdir = /var/lib/gerboweb
|
|
mount = /=gerboweb:app
|
|
env = GERBOWEB_SETTINGS=gerboweb_prod.cfg
|
|
mule = job_processor.py
|
|
|