From b51503923051806f3069c511e05672eb44bb5fd5 Mon Sep 17 00:00:00 2001 From: caowei <cao.wei@99cloud.net> Date: Sun, 25 Sep 2016 12:03:17 +0800 Subject: [PATCH] Change "Virtualhost" to "VirtualHost" in horizon.conf.j2 TrivialFix Change-Id: Ia3c6eeb956825e649d57f390c182cb91901f16d5 --- ansible/roles/horizon/templates/horizon.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/roles/horizon/templates/horizon.conf.j2 b/ansible/roles/horizon/templates/horizon.conf.j2 index c3bf7acc7b..b69b390103 100644 --- a/ansible/roles/horizon/templates/horizon.conf.j2 +++ b/ansible/roles/horizon/templates/horizon.conf.j2 @@ -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