Skip to content

Commit e6811de

Browse files
committed
Merge branch '1.5.x'
2 parents 6ac65a7 + 6c4ed5e commit e6811de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-boot-docs/src/main/asciidoc/howto.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2255,8 +2255,8 @@ by adding some entries to `application.properties`, e.g.
22552255

22562256
[source,properties,indent=0]
22572257
----
2258-
server.tomcat.remote_ip_header=x-forwarded-for
2259-
server.tomcat.protocol_header=x-forwarded-proto
2258+
server.tomcat.remote-ip-header=x-forwarded-for
2259+
server.tomcat.protocol-header=x-forwarded-proto
22602260
----
22612261

22622262
(The presence of either of those properties will switch on the valve. Or you can add the

0 commit comments

Comments
 (0)