Skip to content

Commit

Permalink
Merge branch '2.5.x' into 2.6.x
Browse files Browse the repository at this point in the history
Closes gh-30544
  • Loading branch information
wilkinsona committed Apr 5, 2022
2 parents 53b2c85 + bc81ae8 commit 05d4093
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -452,8 +452,8 @@ If you use Tomcat, you can additionally configure the names of the headers used
protocol-header: "x-your-protocol-header"
----

Tomcat is also configured with a default regular expression that matches internal proxies that are to be trusted.
By default, IP addresses in `10/8`, `192.168/16`, `169.254/16` and `127/8` are trusted.
Tomcat is also configured with a regular expression that matches internal proxies that are to be trusted.
See the <<application-properties.adoc#application-properties.server.server.tomcat.remoteip.internal-proxies,configprop:server.tomcat.remoteip.internal-proxies[] entry in the appendix>> for its default value.
You can customize the valve's configuration by adding an entry to `application.properties`, as shown in the following example:

[source,yaml,indent=0,subs="verbatim",configprops,configblocks]
Expand Down

0 comments on commit 05d4093

Please sign in to comment.