feat: enable some plugins, add outgoing UA
This commit is contained in:
parent
f4331c6ee3
commit
13c487b76d
1 changed files with 16 additions and 0 deletions
|
@ -57,6 +57,22 @@ server:
|
|||
X-Robots-Tag: noindex, nofollow
|
||||
Referrer-Policy: no-referrer
|
||||
|
||||
outgoing:
|
||||
useragent_suffix: "+webmaster [at] astrial [dot] org"
|
||||
enable_http2: true
|
||||
|
||||
plugins:
|
||||
searx.plugins.calculator.SXNGPlugin:
|
||||
active: true
|
||||
searx.plugins.self_info.SXNGPlugin:
|
||||
active: true
|
||||
searx.plugins.unit_converter.SXNGPlugin:
|
||||
active: true
|
||||
searx.plugins.ahmia_filter.SXNGPlugin:
|
||||
active: true
|
||||
searx.plugins.hostnames.SXNGPlugin:
|
||||
active: true
|
||||
|
||||
redis:
|
||||
url: '' # overwritten by ${SEARXNG_REDIS_URL}
|
||||
|
||||
|
|
Loading…
Reference in a new issue