From f3b2334f031c5d81755b35e88783967a546f7ca2 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Thu, 23 Nov 2017 11:59:52 +0100 Subject: [PATCH] fix a typo. --- tomcat-multiple-instances/templates/tomcat-server.xml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tomcat-multiple-instances/templates/tomcat-server.xml.j2 b/tomcat-multiple-instances/templates/tomcat-server.xml.j2 index 4b2751a6..ed83067a 100644 --- a/tomcat-multiple-instances/templates/tomcat-server.xml.j2 +++ b/tomcat-multiple-instances/templates/tomcat-server.xml.j2 @@ -62,7 +62,7 @@ URIEncoding="UTF-8" bindOnInit="false" address="{{ item.http_address }}" port="{{ item.http_port }}" protocol="HTTP/1.1" maxPostSize="{{ item.max_post_size | default(104857600) }}" - {% if tomcat_m)reverse_proxy_name_enabled %} + {% if tomcat_m_reverse_proxy_name_enabled %} proxyName="{{ tomcat_m_reverse_proxy_name }}" proxyPort="{{ tomcat_m_reverse_proxy_port }}" {% endif %}