diff options
Diffstat (limited to 'searx/settings.yml')
-rw-r--r-- | searx/settings.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index d2c466cb0..0ea69007a 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -62,6 +62,10 @@ 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: unix:///usr/local/searxng-redis/run/redis.sock?db=0 + ui: # Custom static path - leave it blank if you didn't change static_path: "" |