aboutsummaryrefslogtreecommitdiff
path: root/uwsgi-secure-download.ini
diff options
context:
space:
mode:
Diffstat (limited to 'uwsgi-secure-download.ini')
-rw-r--r--uwsgi-secure-download.ini10
1 files changed, 10 insertions, 0 deletions
diff --git a/uwsgi-secure-download.ini b/uwsgi-secure-download.ini
new file mode 100644
index 0000000..5f999fc
--- /dev/null
+++ b/uwsgi-secure-download.ini
@@ -0,0 +1,10 @@
+[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
+