mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2026-02-01 00:33:14 -06:00
hardcode secure=true for app tunnel connector
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"
|
||||||
@@ -91,4 +92,3 @@
|
|||||||
</Service>
|
</Service>
|
||||||
|
|
||||||
</Server>
|
</Server>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user