File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -258,7 +258,7 @@ public String toString() {
258258* For example, using Apache 2, configuration:
259259[source,properties]
260260----
261- RequestHeader= set X-Forwarded-Prefix "/custom-path"
261+ RequestHeader set X-Forwarded-Prefix "/custom-path"
262262----
263263* Then, in your Spring Boot application make sure your application handles this header: `X-Forwarded-For`. There are two ways to achieve this:
264264[source,properties]
Original file line number Diff line number Diff line change @@ -249,7 +249,7 @@ public String toString() {
249249* For example, using Apache 2, configuration:
250250[source,properties]
251251----
252- RequestHeader= set X-Forwarded-Prefix "/custom-path"
252+ RequestHeader set X-Forwarded-Prefix "/custom-path"
253253----
254254* Then, in your Spring Boot application make sure your application handles this header: `X-Forwarded-For`. There are two ways to achieve this:
255255[source,properties]
You can’t perform that action at this time.
0 commit comments