Closed modius closed 8 years ago
for the lucee base images we need to update the tomcat server.xml to add this inside the <Host> element:
server.xml
<Host>
<Valve className="org.apache.catalina.valves.RemoteIpValve" remoteIpHeader="X-Forwarded-For" requestAttributesEnabled="true" />
for the lucee base images we need to update the tomcat
server.xml
to add this inside the<Host>
element: