diff --git a/spring-boot-docs/src/main/asciidoc/howto.adoc b/spring-boot-docs/src/main/asciidoc/howto.adoc index 67e9d74c334..a01483787cb 100644 --- a/spring-boot-docs/src/main/asciidoc/howto.adoc +++ b/spring-boot-docs/src/main/asciidoc/howto.adoc @@ -500,14 +500,6 @@ to `application.properties`, e.g. Alternatively, you can take complete control of the configuration of the `RemoteIpValve` by configuring and adding it in a `TomcatEmbeddedServletContainerFactory` bean. -Lastly, you can switch off the valve by adding some entries to `application.properties`: - -[indent=0] ----- - server.tomcat.remote_ip_header= - server.tomcat.protocol_header= ----- - [[howto-use-jetty-instead-of-tomcat]]