Polish
This commit is contained in:
@@ -465,11 +465,11 @@ HTTPS connector:
|
||||
|
||||
[[howto-use-tomcat-behind-a-proxy-server]]
|
||||
=== Use Tomcat behind a front-end proxy server
|
||||
Spring Boot will automatically configure Tomcat's `RemoteIpValve` if you enable it. This allows you to
|
||||
transparently use the standard `x-forwarded-for` and `x-forwarded-proto` headers that
|
||||
most front-end proxy servers add. The valve is switched on by setting one or both of these
|
||||
properties to something non-empty (these are the conventional values used by most proxies, and if
|
||||
you only set one the other will be set automatically):
|
||||
Spring Boot will automatically configure Tomcat's `RemoteIpValve` if you enable it. This
|
||||
allows you to transparently use the standard `x-forwarded-for` and `x-forwarded-proto`
|
||||
headers that most front-end proxy servers add. The valve is switched on by setting one or
|
||||
both of these properties to something non-empty (these are the conventional values used by
|
||||
most proxies, and if you only set one the other will be set automatically):
|
||||
|
||||
[indent=0]
|
||||
----
|
||||
@@ -477,9 +477,8 @@ you only set one the other will be set automatically):
|
||||
server.tomcat.protocol_header=x-forwarded-protocol
|
||||
----
|
||||
|
||||
If your proxy uses different headers you can
|
||||
customize the valve's configuration by adding some entries to `application.properties`,
|
||||
e.g.
|
||||
If your proxy uses different headers you can customize the valve's configuration by adding
|
||||
some entries to `application.properties`, e.g.
|
||||
|
||||
[indent=0]
|
||||
----
|
||||
|
||||
Reference in New Issue
Block a user