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