You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/docs/asciidoc/faq.adoc
+1-1
Original file line number
Diff line number
Diff line change
@@ -264,7 +264,7 @@ RequestHeader set X-Forwarded-Prefix "/custom-path"
264
264
server.use-forward-headers=true
265
265
----
266
266
* 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:
0 commit comments