On Mon, Aug 14, 2023 at 3:18 AM Martin Vancl <[email protected]> wrote: > > Ok. I'm sorry, my mistake. > There is real config: https://pastebin.com/FPhetEie > and there is this "empty" line: > > <Valve className="org.apache.catalina.valves.RemoteIpValve"/> >
Yes, the "empty" line enables the RemoteIPValve with its default values. If you need to adjust values, for example, internalProxies, you can use the other Docker variables that I mentioned previously, which will have the effect of writing additional values into the line in the server.xml file. In my non-Docker install, where Nginx is running on the same system as Tomcat, adding the line above is all that is needed for the correct IPs to be passed from Nginx to Tomcat and logged in Guacamole. -Nick --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
