summaryrefslogtreecommitdiff
path: root/shopdb.ini
diff options
context:
space:
mode:
Diffstat (limited to 'shopdb.ini')
-rw-r--r--shopdb.ini11
1 files changed, 11 insertions, 0 deletions
diff --git a/shopdb.ini b/shopdb.ini
new file mode 100644
index 0000000..8f55079
--- /dev/null
+++ b/shopdb.ini
@@ -0,0 +1,11 @@
+[uwsgi]
+module = wsgi:app
+
+master = true
+processes = 5
+
+socket = shopdb.sock
+chmod-socket = 660
+vacuum = true
+
+die-on-term = true