ITPLT-4275 set secure=true for Jira DC Application Tunnel connectors

This commit is contained in:
Lee Goolsbee
2025-03-10 12:00:48 -05:00
parent c7fa2ef833
commit 065b8a1d85

View File

@@ -48,6 +48,7 @@
{% if atl_apptunnel_port is defined and atl_apptunnel_port != '' %}
<Connector port="{{ atl_apptunnel_port }}"
secure="true"
connectionTimeout="20000"
maxThreads="200"
minSpareThreads="10"