mirror of
https://github.com/searxng/searxng.git
synced 2026-05-07 18:03:51 +02:00
42f102ce1b
While looking at ways to better handle static files, I saw a package that replaces Flask `static_folder` functionality. Not only it's considerably faster, but already includes the capability to serve sidecars without having to intercept. This also replaces the uWSGI folder mapping functionality. Closes https://github.com/searxng/searxng/issues/4977