diff --git a/feo_homepage/settings/prod.py b/feo_homepage/settings/prod.py index b16983b..1c4ad49 100644 --- a/feo_homepage/settings/prod.py +++ b/feo_homepage/settings/prod.py @@ -4,7 +4,7 @@ from .base import * DEBUG = False TEMPLATE_DEBUG = True -ALLOWED_HOSTS = ["https://www.feo.gmbh", "https://feo.gmbh"] +ALLOWED_HOSTS = ["www.feo.gmbh", "feo.gmbh"] USE_X_FORWARDED_HOST = True SECURE_PROXY_SSL_HEADER = ('HTTP_X_FORWARDED_PROTO', 'https') CSRF_TRUSTED_ORIGINS = ["https://www.feo.gmbh", "https://feo.gmbh"]