diff options
| author | XLion <xlion@xlion.tw> | 2025-03-11 17:59:46 +0800 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarIT.de> | 2025-03-11 11:04:34 +0100 |
| commit | 3fe602a468a7ac3992ba2f4df6ce41b46b3559bc (patch) | |
| tree | c0926914a8e4b0773ff30eb7b7840421a7d9e91d /dockerfiles/uwsgi.ini | |
| parent | 8b1d73c5b96e9059c397b62f084aa8cee378218b (diff) | |
[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`.
Diffstat (limited to 'dockerfiles/uwsgi.ini')
| -rw-r--r-- | dockerfiles/uwsgi.ini | 1 |
1 files changed, 0 insertions, 1 deletions
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 |