Enable SECURE_PROXY_SSL_HEADER option for horizon

This reads makes Django take the X-Forwarded-Proto header into account
when forming URLs.

Change-Id: Ice64de9a11d7819ae7f380279ff356342d9b6673
Depends-On: Ifed7d4c3409419c01c5b20c707221c1fc76ea09e
This commit is contained in:
Juan Antonio Osorio Robles 2016-12-09 09:28:05 +02:00
parent 1e88f87523
commit db31ff5e5a
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@ outputs:
dport:
- 80
- 443
horizon::enable_secure_proxy_ssl_header: true
horizon::disable_password_reveal: true
horizon::enforce_password_check: true
horizon::cache_backend: django.core.cache.backends.memcached.MemcachedCache