Change allowed hosts to all in horizon

This parameter should be configured via apache

Change-Id: I8bed46b5364f1aa02c00ea4978ae0416a154325a
This commit is contained in:
Sergey Reshetnyak 2016-11-14 16:31:40 +03:00
parent 264fff74d0
commit ac11c649f9
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ WEBROOT = '/'
# with the list of host/domain names that the application can serve.
# For more information see:
# https://docs.djangoproject.com/en/dev/ref/settings/#allowed-hosts
#ALLOWED_HOSTS = ['horizon.example.com', ]
ALLOWED_HOSTS = ['*']
# Set SSL proxy settings:
# Pass this header from the proxy after terminating the SSL,