mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
DCD-352: Port server.xml changes from Jira fixes.
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"
|
||||||
@@ -44,7 +58,7 @@
|
|||||||
autoDeploy="true">
|
autoDeploy="true">
|
||||||
|
|
||||||
<Context path="{{ atl_tomcat_contextpath }}"
|
<Context path="{{ atl_tomcat_contextpath }}"
|
||||||
docBase="${catalina.home}/atlassian-jira"
|
docBase="${catalina.home}/confluence"
|
||||||
reloadable="false"
|
reloadable="false"
|
||||||
useHttpOnly="true">
|
useHttpOnly="true">
|
||||||
<Resource name="UserTransaction"
|
<Resource name="UserTransaction"
|
||||||
|
|||||||
Reference in New Issue
Block a user