We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 32e24f3 + 281a93a commit 6c4ed5eCopy full SHA for 6c4ed5e
spring-boot-docs/src/main/asciidoc/howto.adoc
@@ -2463,8 +2463,8 @@ by adding some entries to `application.properties`, e.g.
2463
2464
[source,properties,indent=0]
2465
----
2466
- server.tomcat.remote_ip_header=x-forwarded-for
2467
- server.tomcat.protocol_header=x-forwarded-proto
+ server.tomcat.remote-ip-header=x-forwarded-for
+ server.tomcat.protocol-header=x-forwarded-proto
2468
2469
2470
(The presence of either of those properties will switch on the valve. Or you can add the
0 commit comments