On Fri, Oct 27, 2023 at 8:45 AM Golota S.V. <[email protected]> wrote:
> Hello! I changed my server.xml file according to the recommendations > internalProxies="127\.0\.0\.1" external addresses actually began to be > displayed correctly, but when connecting from the local network, the local > network gateway address is displayed. Any ideas on how to fix this (I use > the Docker version) > > > This likely means that your local gateway is stripping out the headers that your proxy or Tomcat expects, so Tomcat is unable to find the proper value for this header and pass it on. You need to make sure that your local network gateway is not preventing those headers from being passed on. -Nick >
