tomcat defaults: fix a typo.

This commit is contained in:
Andrea Dell'Amico 2017-11-22 17:49:26 +01:00
parent 861806eafd
commit 83f7276956
1 changed files with 0 additions and 1 deletions

View File

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