diff options
| author | asciimoo <asciimoo@gmail.com> | 2013-12-31 02:09:24 +0100 |
|---|---|---|
| committer | asciimoo <asciimoo@gmail.com> | 2013-12-31 02:09:24 +0100 |
| commit | 32512856b47f1cf13f141bedc116e61511814934 (patch) | |
| tree | ebf204c514aa60a80237b5bc14717b24b25d32d3 /searx/settings.py | |
| parent | ff0bbd3566ea126b0cd0cb8b9c60d30c8105e765 (diff) | |
[mod][fix] using base_url instead of hostname in settings.py
Diffstat (limited to 'searx/settings.py')
| -rw-r--r-- | searx/settings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/settings.py b/searx/settings.py index 9efdc20e3..70b7a4514 100644 --- a/searx/settings.py +++ b/searx/settings.py @@ -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) |