For use with the documented uwsgi

This commit is contained in:
2023-01-09 15:08:02 +01:00
parent 359514e581
commit 9875dccec0

3
wsgi.py Normal file
View File

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