forked from ISTI-ansible-roles/ansible-roles
fix a typo.
This commit is contained in:
parent
40ee8a6fc7
commit
f3b2334f03
|
@ -62,7 +62,7 @@
|
||||||
URIEncoding="UTF-8" bindOnInit="false" address="{{ item.http_address }}"
|
URIEncoding="UTF-8" bindOnInit="false" address="{{ item.http_address }}"
|
||||||
port="{{ item.http_port }}" protocol="HTTP/1.1"
|
port="{{ item.http_port }}" protocol="HTTP/1.1"
|
||||||
maxPostSize="{{ item.max_post_size | default(104857600) }}"
|
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 }}"
|
proxyName="{{ tomcat_m_reverse_proxy_name }}"
|
||||||
proxyPort="{{ tomcat_m_reverse_proxy_port }}"
|
proxyPort="{{ tomcat_m_reverse_proxy_port }}"
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Reference in New Issue