From 66d05cb7d012843a6dec0ea72d9af720ac650151 Mon Sep 17 00:00:00 2001 From: Blaise Thompson Date: Sun, 22 Mar 2020 17:04:43 -0500 Subject: wsgi --- shopdb.ini | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 shopdb.ini (limited to 'shopdb.ini') 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 -- cgit v1.2.3