10 lines
210 B
INI
10 lines
210 B
INI
[uwsgi]
|
|
master = True
|
|
cheap = True
|
|
die-on-idle = False
|
|
manage-script-name = True
|
|
plugins = python3
|
|
chdir = /var/lib/secure_download
|
|
mount = /=server:app
|
|
env = SECURE_DOWNLOAD_SETTINGS=secure_download_prod.cfg
|
|
|