File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
os-eap-launch/added/launch Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -36,8 +36,9 @@ function configure() {
3636}
3737
3838function configure_access_log_valve() {
39- EAP6_VALVE=" <valve name=\" accessLog\" module=\" org.jboss.openshift\" class-name=\" org.jboss.openshift.valves.StdoutAccessLogValve\" >\n \
40- <param param-name=\" pattern\" param-value=\" %h %l %u %t %{X-Forwarded-Host}i \"%r\" %s %b\" />\n \
39+
40+ EAP6_VALVE=" <valve name=\" accessLog\" module=\" org.jboss.openshift\" class-name=\" org.jboss.openshift.valves.StdoutAccessLogValve\" >\n \
41+ <param param-name=\" pattern\" param-value=\" %h %l %u %t %{forwarded}i \"%r\" %s %b\" />\n \
4142 </valve>"
4243
4344 EAP7x_VALVE=" <access-log use-server-log=\" true\" pattern=\" %h %l %u %t %{i,X-Forwarded-Host} \"%r\" %s %b\" />"
You can’t perform that action at this time.
0 commit comments