Skip to content

Commit a70249e

Browse files
committed
Merge branch '2.7.x'
2 parents 43c647e + ffc0faf commit a70249e

File tree

1 file changed

+2
-2
lines changed
  • spring-boot-project/spring-boot-docs/src/docs/asciidoc/howto

1 file changed

+2
-2
lines changed

spring-boot-project/spring-boot-docs/src/docs/asciidoc/howto/webserver.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -443,8 +443,8 @@ If you use Tomcat, you can additionally configure the names of the headers used
443443
protocol-header: "x-your-protocol-header"
444444
----
445445

446-
Tomcat is also configured with a default regular expression that matches internal proxies that are to be trusted.
447-
By default, IP addresses in `10/8`, `192.168/16`, `169.254/16` and `127/8` are trusted.
446+
Tomcat is also configured with a regular expression that matches internal proxies that are to be trusted.
447+
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.
448448
You can customize the valve's configuration by adding an entry to `application.properties`, as shown in the following example:
449449

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

0 commit comments

Comments
 (0)