Skip to content

Commit cea99b6

Browse files
authored
Merge pull request #45 from buzzerrookie/gh-44
Fix RequestHeader syntax
2 parents 75d0d79 + 09731c4 commit cea99b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/docs/asciidoc/faq.adoc

+1-1
Original file line numberDiff line numberDiff 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]

src/docs/asciidoc/v2/faq.adoc

+1-1
Original file line numberDiff line numberDiff 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]

0 commit comments

Comments
 (0)