mirror of
https://github.com/searxng/searxng-docker.git
synced 2025-12-23 12:10:01 +00:00
static files: use hashes
This commit is contained in:
@@ -5,5 +5,7 @@ server:
|
|||||||
secret_key: "ultrasecretkey" # change this!
|
secret_key: "ultrasecretkey" # change this!
|
||||||
limiter: true # can be disabled for a private instance
|
limiter: true # can be disabled for a private instance
|
||||||
image_proxy: true
|
image_proxy: true
|
||||||
|
ui:
|
||||||
|
static_use_hash: true
|
||||||
redis:
|
redis:
|
||||||
url: redis://redis:6379/0
|
url: redis://redis:6379/0
|
||||||
|
|||||||
Reference in New Issue
Block a user