Quickfix: add vanity domains to allowed_hosts
Signed-off-by: Nico Schottelius <nico@wurzel.schottelius.org>
This commit is contained in:
parent
7016c05942
commit
3869fab391
1 changed files with 5 additions and 1 deletions
|
@ -35,7 +35,11 @@ DEBUG = False
|
||||||
|
|
||||||
ALLOWED_HOSTS = [
|
ALLOWED_HOSTS = [
|
||||||
".ungleich.ch",
|
".ungleich.ch",
|
||||||
"digital.glarus.ungleich.ch" ]
|
"digital.glarus.ungleich.ch" ,
|
||||||
|
"rails-hosting.ch",
|
||||||
|
"django-hosting.ch",
|
||||||
|
"node-hosting.ch"
|
||||||
|
]
|
||||||
|
|
||||||
|
|
||||||
# Application definition
|
# Application definition
|
||||||
|
|
Loading…
Reference in a new issue