diff --git a/spring-boot-docs/src/main/asciidoc/howto.adoc b/spring-boot-docs/src/main/asciidoc/howto.adoc index 0cc7d750df6..b21fb5543f3 100644 --- a/spring-boot-docs/src/main/asciidoc/howto.adoc +++ b/spring-boot-docs/src/main/asciidoc/howto.adoc @@ -2255,8 +2255,8 @@ by adding some entries to `application.properties`, e.g. [source,properties,indent=0] ---- - server.tomcat.remote_ip_header=x-forwarded-for - server.tomcat.protocol_header=x-forwarded-proto + server.tomcat.remote-ip-header=x-forwarded-for + server.tomcat.protocol-header=x-forwarded-proto ---- (The presence of either of those properties will switch on the valve. Or you can add the