forked from ISTI-ansible-roles/ansible-roles
tomcat defaults: fix a typo.
This commit is contained in:
parent
861806eafd
commit
83f7276956
|
@ -33,7 +33,6 @@ tomcat_direct_access: False
|
|||
tomcat_reverse_proxy_name_enabled: False
|
||||
tomcat_reverse_proxy_name: '{{ ansible_fqdn }}'
|
||||
tomcat_reverse_proxy_port: '{{ http_port | default(80) }}'
|
||||
proxyName and proxyPort
|
||||
# There is a bug that kills tomcat after 50 days if the shutdown port is enabled
|
||||
# Disable the shutdown port by default
|
||||
#tomcat_shutdown_port: 8005
|
||||
|
|
Loading…
Reference in New Issue