mirror of
https://github.com/searxng/searxng.git
synced 2025-08-03 10:32:21 +02:00
[doc] slight improvements to the doc of the settings (base_url)
Closes: https://github.com/searxng/searxng/issues/2190 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
b22355503f
commit
5820dc78ce
5 changed files with 63 additions and 24 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue