mirror of
https://github.com/searxng/searxng.git
synced 2025-07-24 13:49:26 +02:00
[mod][fix] using base_url instead of hostname in settings.py
This commit is contained in:
parent
ff0bbd3566
commit
32512856b4
2 changed files with 3 additions and 3 deletions
|
@ -13,4 +13,4 @@ blacklist = [] # search engine blacklist
|
|||
|
||||
categories = {} # custom search engine categories
|
||||
|
||||
hostname = None # domain name or None - if you want to rewrite the default HTTP host
|
||||
base_url = None # "https://your.domain.tld/" or None (to use request parameters)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue