Add missing host to ALLOWED_HOSTS to resolve Invalid HTTP_HOST header error
This commit is contained in:
parent
8ff11ddc83
commit
7f39c24617
1 changed files with 1 additions and 0 deletions
|
|
@ -40,6 +40,7 @@ DEFAULT_FROM_EMAIL = 'noreply@videoflix.com'
|
||||||
ALLOWED_HOSTS = [
|
ALLOWED_HOSTS = [
|
||||||
'videoflix-django.andre-kempf.com',
|
'videoflix-django.andre-kempf.com',
|
||||||
'45.157.177.172',
|
'45.157.177.172',
|
||||||
|
'v2202408206841281687.happysrv.de',
|
||||||
'localhost',
|
'localhost',
|
||||||
'127.0.0.1',
|
'127.0.0.1',
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue