Add SELF_EXTRA_DOMAINS
This commit is contained in:
parent
bfc1ffec89
commit
066262ce96
3 changed files with 34 additions and 2 deletions
|
|
@ -11,6 +11,10 @@ DEFAULT_DOMAIN=localhost.kwarc.info
|
|||
# If you want to change this, set an alternate domain name here.
|
||||
SELF_REDIRECT=
|
||||
|
||||
# By default, only the 'self' domain above is caught.
|
||||
# To catch additional domains, add them here (comma seperated)
|
||||
SELF_EXTRA_DOMAINS=
|
||||
|
||||
# You can override individual URLS in the homepage.
|
||||
# Do this by adding URLs (without trailing '/'s) into a JSON file
|
||||
SELF_OVERRIDES_FILE=/distillery/overrides.json
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue