13 lines
317 B
INI
13 lines
317 B
INI
[uwsgi]
|
|
master = True
|
|
cheap = True
|
|
idle = 600
|
|
die-on-idle = True # If app is not used often, it will exit and be launched
|
|
# again by systemd requested by users.
|
|
|
|
manage-script-name = True
|
|
plugins = python3
|
|
chdir = /var/lib/gerboweb
|
|
mount = /=gerboweb:app
|
|
env = GERBOWEB_SETTINGS=gerboweb_prod.cfg
|
|
|