diff options
| author | Markus Heiser <markus.heiser@darmarit.de> | 2025-04-17 13:19:52 +0200 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarIT.de> | 2025-04-17 13:31:10 +0200 |
| commit | 81f3d15665b2deeeb7fc634fb7d6740271640b2a (patch) | |
| tree | 3d406638997eaae2f2317d530f98dae91a843be1 /searx/settings.yml | |
| parent | 99ad69450d3707fdb7e9626b6bbb7112c798fe2e (diff) | |
[fix] settings.yml files: doc & obsolete settings in the template
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'searx/settings.yml')
| -rw-r--r-- | searx/settings.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index 435862723..6ab6351ad 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -83,7 +83,7 @@ server: port: 8888 bind_address: "127.0.0.1" # public URL of the instance, to ensure correct inbound links. Is overwritten - # by ${SEARXNG_URL}. + # by ${SEARXNG_BASE_URL}. base_url: false # "http://example.com/location" # rate limit the number of request on the instance, block some bots. # Is overwritten by ${SEARXNG_LIMITER} |