From 9875dccec0d359177354c37a2522737885b133cf Mon Sep 17 00:00:00 2001 From: Ruben van Staveren Date: Mon, 9 Jan 2023 15:08:02 +0100 Subject: [PATCH] For use with the documented uwsgi --- wsgi.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 wsgi.py diff --git a/wsgi.py b/wsgi.py new file mode 100644 index 0000000..9600cb9 --- /dev/null +++ b/wsgi.py @@ -0,0 +1,3 @@ +from jail2ban import create_app + +app = create_app()