mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
DCD-370: Add connector for SSL redirector port
This commit is contained in:
@@ -36,6 +36,20 @@
|
|||||||
useBodyEncodingForURI="true"
|
useBodyEncodingForURI="true"
|
||||||
disableUploadTimeout="true" />
|
disableUploadTimeout="true" />
|
||||||
|
|
||||||
|
{% if atl_tomcat_redirectport is defined and atl_tomcat_redirectport != '' %}
|
||||||
|
<Connector port="{{ atl_tomcat_redirectport }}"
|
||||||
|
protocol="{{ atl_tomcat_protocol }}"
|
||||||
|
connectionTimeout="{{ atl_tomcat_connectiontimeout }}"
|
||||||
|
|
||||||
|
relaxedPathChars="[]|"
|
||||||
|
relaxedQueryChars="[]|{}^\`"<>"
|
||||||
|
maxHttpHeaderSize="65536"
|
||||||
|
URIEncoding="UTF-8"
|
||||||
|
useBodyEncodingForURI="true"
|
||||||
|
compression="on"
|
||||||
|
compressableMimeType="text/html,text/xml,text/plain,text/css,application/json,application/javascript,application/x-javascript" />
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
<Engine name="Catalina"
|
<Engine name="Catalina"
|
||||||
defaultHost="localhost">
|
defaultHost="localhost">
|
||||||
<Host name="localhost"
|
<Host name="localhost"
|
||||||
|
|||||||
Reference in New Issue
Block a user