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 %}