Skip to content

Commit 84c3261

Browse files
committed
1 parent ff0d247 commit 84c3261

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs/asciidoc/faq.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ RequestHeader set X-Forwarded-Prefix "/custom-path"
264264
server.use-forward-headers=true
265265
----
266266
* If this is not enough, Spring Framework provides a `ForwardedHeaderFilter`. You can register it as a Servlet Filter in your application by setting server.forward-headers-strategy is set to FRAMEWORK.
267-
* Since Spring Boot 3.2, this is the new property to handle reverse proxy headers:
267+
* Since Spring Boot 2.2, this is the new property to handle reverse proxy headers:
268268

269269
[source,properties]
270270
----

0 commit comments

Comments
 (0)