For use with the documented uwsgi

This commit is contained in:
Ruben van Staveren 2023-01-09 15:08:02 +01:00
parent 359514e581
commit 9875dccec0
Signed by: ruben
GPG Key ID: 886F6BECD477A93F

3
wsgi.py Normal file
View File

@ -0,0 +1,3 @@
from jail2ban import create_app
app = create_app()