summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsearx/webapp.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/searx/webapp.py b/searx/webapp.py
index 120d5de43..a1a2a0469 100755
--- a/searx/webapp.py
+++ b/searx/webapp.py
@@ -1447,6 +1447,10 @@ app.wsgi_app = WhiteNoise(
)
patch_application(app)
+
+# remove when we drop support for uwsgi
+application = app
+
init()
if __name__ == "__main__":