mirror of
https://github.com/searxng/searxng
synced 2024-11-03 09:40:20 +00:00
[docker] change static-expires to one year
This commit is contained in:
parent
1c7d8815fb
commit
5583336440
@ -44,9 +44,9 @@ logto = /var/log/uwsgi/uwsgi.log
|
|||||||
add-header = Connection: close
|
add-header = Connection: close
|
||||||
|
|
||||||
# uwsgi serves the static files
|
# 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-map = /static=/usr/local/searxng/searx/static
|
||||||
static-expires = /* 864000
|
static-expires = /* 31557600
|
||||||
static-gzip-all = True
|
static-gzip-all = True
|
||||||
offload-threads = %k
|
offload-threads = %k
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user