fix a typo.

This commit is contained in:
Andrea Dell'Amico 2017-11-23 11:59:52 +01:00
parent 40ee8a6fc7
commit f3b2334f03
1 changed files with 1 additions and 1 deletions

View File

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