File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -258,7 +258,7 @@ public String toString() {
258
258
* For example, using Apache 2, configuration:
259
259
[source,properties]
260
260
----
261
- RequestHeader= set X-Forwarded-Prefix "/custom-path"
261
+ RequestHeader set X-Forwarded-Prefix "/custom-path"
262
262
----
263
263
* Then, in your Spring Boot application make sure your application handles this header: `X-Forwarded-For`. There are two ways to achieve this:
264
264
[source,properties]
Original file line number Diff line number Diff line change @@ -249,7 +249,7 @@ public String toString() {
249
249
* For example, using Apache 2, configuration:
250
250
[source,properties]
251
251
----
252
- RequestHeader= set X-Forwarded-Prefix "/custom-path"
252
+ RequestHeader set X-Forwarded-Prefix "/custom-path"
253
253
----
254
254
* Then, in your Spring Boot application make sure your application handles this header: `X-Forwarded-For`. There are two ways to achieve this:
255
255
[source,properties]
You can’t perform that action at this time.
0 commit comments