From 55833364401ed72c30b3e85c16824a75de6b547a Mon Sep 17 00:00:00 2001 From: Alexandre Flament Date: Mon, 28 Feb 2022 21:41:33 +0100 Subject: [PATCH] [docker] change static-expires to one year --- dockerfiles/uwsgi.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dockerfiles/uwsgi.ini b/dockerfiles/uwsgi.ini index fe518e88..f35e2308 100644 --- a/dockerfiles/uwsgi.ini +++ b/dockerfiles/uwsgi.ini @@ -44,9 +44,9 @@ logto = /var/log/uwsgi/uwsgi.log add-header = Connection: close # uwsgi serves the static files -# expires set to one day as Flask does +# expires set to one year since there are hashes static-map = /static=/usr/local/searxng/searx/static -static-expires = /* 864000 +static-expires = /* 31557600 static-gzip-all = True offload-threads = %k