diff options
| author | Markus Heiser <markus.heiser@darmarIT.de> | 2023-02-18 18:21:14 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-18 18:21:14 +0100 |
| commit | 363203c579a648eea23b65761e5c80f7ac655b7d (patch) | |
| tree | 73c13cd3b88ddbd144b18a383e23361dc754f23f /utils | |
| parent | 54389a29feb3feea5a868f7b3b83c9718fb71014 (diff) | |
| parent | 5820dc78ce3b60aaf686959e5328542ff9bd628e (diff) | |
Merge pull request #2201 from return42/fix-2190
[doc] slight improvements to the doc of the settings (base_url)
Diffstat (limited to 'utils')
| -rw-r--r-- | utils/templates/etc/searxng/settings.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/utils/templates/etc/searxng/settings.yml b/utils/templates/etc/searxng/settings.yml index aee21474d..d8b659b1a 100644 --- a/utils/templates/etc/searxng/settings.yml +++ b/utils/templates/etc/searxng/settings.yml @@ -11,11 +11,16 @@ search: autocomplete: 'duckduckgo' server: + # Is overwritten by ${SEARXNG_SECRET} secret_key: "ultrasecretkey" limiter: true image_proxy: true + # public URL of the instance, to ensure correct inbound links. Is overwritten + # by ${SEARXNG_URL}. + # base_url: http://example.com/location redis: + # URL to connect redis database. Is overwritten by ${SEARXNG_REDIS_URL}. url: unix:///usr/local/searxng-redis/run/redis.sock?db=0 ui: |