diff --git a/roles/pdc/templates/settings_local.py b/roles/pdc/templates/settings_local.py index 0db3ec279f..f642be9154 100644 --- a/roles/pdc/templates/settings_local.py +++ b/roles/pdc/templates/settings_local.py @@ -60,8 +60,7 @@ DEBUG = False # NOTE: this is needed when DEGUB is False. # https://docs.djangoproject.com/en/1.8/ref/settings/#allowed-hosts -#ALLOWED_HOSTS = ['pdc.fedoraproject.org'] -ALLOWED_HOSTS = [] +ALLOWED_HOSTS = ['{{ hostname }}'] # ADMINS and MANAGERS # ADMINS = ()