Merge pull request #893 from Mirantis/pick-horizon-fix
FIX: HORIZON + Django 1.5+
This commit is contained in:
commit
2f00891fc6
@ -16,6 +16,7 @@ SITE_BRANDING = 'Mirantis OpenStack Dashboard'
|
||||
# For more information see:
|
||||
# https://docs.djangoproject.com/en/dev/ref/settings/#allowed-hosts
|
||||
# ALLOWED_HOSTS = ['horizon.example.com', 'localhost']
|
||||
ALLOWED_HOSTS = ['*']
|
||||
|
||||
# Set SSL proxy settings:
|
||||
# For Django 1.4+ pass this header from the proxy after terminating the SSL,
|
||||
|
Loading…
Reference in New Issue
Block a user