[mod][fix] using base_url instead of hostname in settings.py

This commit is contained in:
asciimoo 2013-12-31 02:09:24 +01:00
parent ff0bbd3566
commit 32512856b4
2 changed files with 3 additions and 3 deletions

View file

@ -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)