mirror of
https://github.com/searxng/searxng-docker.git
synced 2025-12-22 19:50:00 +00:00
* [fix] container: remove static hashing Allows browser cache heuristics to properly work. Related https://github.com/searxng/searxng/pull/5006 Closes https://github.com/searxng/searxng-docker/issues/409 * [fix] container: don't revalidate at every request As Granian no longer handles static files directly, the whole process goes through Flask, which apart from being slow, is resource intensive, even to serve HTTP 304 responses.
10 lines
422 B
YAML
10 lines
422 B
YAML
# see https://docs.searxng.org/admin/settings/settings.html#settings-use-default-settings
|
|
use_default_settings: true
|
|
server:
|
|
# base_url is defined in the SEARXNG_BASE_URL environment variable, see .env and docker-compose.yml
|
|
secret_key: "ultrasecretkey" # change this!
|
|
limiter: false # enable this when running the instance for a public usage on the internet
|
|
image_proxy: true
|
|
redis:
|
|
url: redis://redis:6379/0
|