mirror of
https://github.com/searxng/searxng.git
synced 2025-07-24 13:49:26 +02:00
[enh] optionally configurable hostname - edit settings.py
This commit is contained in:
parent
fd6e730d50
commit
141b04c6dd
2 changed files with 7 additions and 1 deletions
|
@ -12,3 +12,5 @@ weights = {} # 'search_engine_name': float(weight) | default is 1.0
|
|||
blacklist = [] # search engine blacklist
|
||||
|
||||
categories = {} # custom search engine categories
|
||||
|
||||
hostname = None # domain name or None - if you want to rewrite the default HTTP host
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue