Skip to content

Commit 1733118

Browse files
authored
fix: move ErrorReportValve to the correct line (#1055)
1 parent c496bf5 commit 1733118

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/charts/confluence/templates/configmap-server-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,12 @@ data:
4848
defaultHost="localhost"
4949
debug="0">
5050
<Host name="localhost"
51-
<Valve className="org.apache.catalina.valves.ErrorReportValve" showReport="false" showServerInfo="false" />
5251
debug="0"
5352
appBase="webapps"
5453
unpackWARs="true"
5554
autoDeploy="false"
5655
startStopThreads="4">
56+
<Valve className="org.apache.catalina.valves.ErrorReportValve" showReport="false" showServerInfo="false" />
5757
<Context path="{{ .Values.confluence.service.contextPath | default "" }}"
5858
docBase="../confluence"
5959
debug="0"

0 commit comments

Comments
 (0)