Add SELF_EXTRA_DOMAINS

This commit is contained in:
Tom Wiesing 2021-11-01 14:57:37 +01:00
parent bfc1ffec89
commit 066262ce96
No known key found for this signature in database
GPG key ID: DC1F29F2BC78AB15
3 changed files with 34 additions and 2 deletions

View file

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