From 3fe602a468a7ac3992ba2f4df6ce41b46b3559bc Mon Sep 17 00:00:00 2001 From: XLion Date: Tue, 11 Mar 2025 17:59:46 +0800 Subject: [PATCH] [fix] "[fix] uwsgi: don't set static-expires": Clean comment that forgot to cleen I noticed this when I tracking the difference between my current `settings.yml` and the `settings.yml`. --- dockerfiles/uwsgi.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/dockerfiles/uwsgi.ini b/dockerfiles/uwsgi.ini index abe552274..f1309ca89 100644 --- a/dockerfiles/uwsgi.ini +++ b/dockerfiles/uwsgi.ini @@ -48,6 +48,5 @@ die-on-term # uwsgi serves the static files static-map = /static=/usr/local/searxng/searx/static -# expires set to one day static-gzip-all = True offload-threads = %k