aboutsummaryrefslogtreecommitdiff
path: root/uwsgi-gerboweb.ini
blob: ec52f90093a595c478e131937ff04ace75c1d796 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[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