Polish "Refer to list of internal proxies in reference documentation"
See gh-30461
This commit is contained in:
parent
91306b58d5
commit
83cfc951f8
|
|
@ -451,8 +451,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.
|
||||
See the `server.tomcat.remoteip.internal-proxies` property in section <<application-properties#appendix.application-properties.server>> for more details.
|
||||
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]
|
||||
|
|
|
|||
Loading…
Reference in New Issue