diff --git a/ansible/roles/horizon/templates/horizon.conf.j2 b/ansible/roles/horizon/templates/horizon.conf.j2
index c3bf7acc7bd5c4d986c449c0240d604b26af5330..b69b390103436e5934562c5add02d1c1d647e448 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