Change "Virtualhost" to "VirtualHost" in horizon.conf.j2

TrivialFix

Change-Id: Ia3c6eeb956825e649d57f390c182cb91901f16d5
This commit is contained in:
caowei 2016-09-25 12:03:17 +08:00
parent 238add7418
commit b515039230

View File

@ -20,7 +20,7 @@ Listen {{ api_interface_address }}:80
<Location "/static">
SetHandler None
</Location>
</Virtualhost>
</VirtualHost>
{% if kolla_enable_tls_external | bool %}
Header edit Location ^http://(.*)$ https://$1