aboutsummaryrefslogtreecommitdiff
path: root/uwsgi-gerboweb.ini
blob: 748af71538340954989d3e6c5ed67d10cc3122d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[uwsgi]
chmod-socket = 660
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.cfg