Update a broken link to Spring Boot documentation

This commit is contained in:
YevheniiLutsyshyn 2021-08-16 13:59:54 +02:00 committed by Eleftheria Stein-Kousathana
parent 87ec94a321
commit ac8e912ea1
1 changed files with 1 additions and 1 deletions

View File

@ -11,4 +11,4 @@ For example Tomcat uses the https://tomcat.apache.org/tomcat-8.0-doc/api/org/apa
Alternatively, Spring 4.3+ users can leverage https://github.com/spring-projects/spring-framework/blob/v4.3.3.RELEASE/spring-web/src/main/java/org/springframework/web/filter/ForwardedHeaderFilter.java[ForwardedHeaderFilter].
Spring Boot users may use the `server.use-forward-headers` property to configure the application.
See the https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#howto-use-tomcat-behind-a-proxy-server[Spring Boot documentation] for further details.
See the https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#howto.webserver.use-behind-a-proxy-server[Spring Boot documentation] for further details.