mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-15 09:23:06 -06:00
ITPLT-4275 set secure=true for Jira DC Application Tunnel connectors
This commit is contained in:
@@ -48,6 +48,7 @@
|
|||||||
|
|
||||||
{% if atl_apptunnel_port is defined and atl_apptunnel_port != '' %}
|
{% if atl_apptunnel_port is defined and atl_apptunnel_port != '' %}
|
||||||
<Connector port="{{ atl_apptunnel_port }}"
|
<Connector port="{{ atl_apptunnel_port }}"
|
||||||
|
secure="true"
|
||||||
connectionTimeout="20000"
|
connectionTimeout="20000"
|
||||||
maxThreads="200"
|
maxThreads="200"
|
||||||
minSpareThreads="10"
|
minSpareThreads="10"
|
||||||
|
|||||||
Reference in New Issue
Block a user