mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[fix] follow up of PR-1856
- `` url: false`` breaks with existing installations
e92755d358 (r89577339)
- PR-1856: https://github.com/searxng/searxng/pull/1856
- Comments from review: https://github.com/searxng/searxng/pull/1856#pullrequestreview-1176402810
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
e63457584b
commit
ec7c2b1a04
5 changed files with 15 additions and 21 deletions
|
|
@ -76,9 +76,9 @@ server:
|
|||
X-Robots-Tag: noindex, nofollow
|
||||
Referrer-Policy: no-referrer
|
||||
|
||||
redis:
|
||||
# https://redis-py.readthedocs.io/en/stable/connections.html#redis.client.Redis.from_url
|
||||
url: false
|
||||
# redis:
|
||||
# # https://redis-py.readthedocs.io/en/stable/connections.html#redis.client.Redis.from_url
|
||||
# url: unix:///usr/local/searxng-redis/run/redis.sock?db=0
|
||||
|
||||
ui:
|
||||
# Custom static path - leave it blank if you didn't change
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue