File tree 6 files changed +6
-6
lines changed
6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -550,7 +550,7 @@ <h3 id="_how_can_i_deploy_springdoc_openapi_ui_behind_a_reverse_proxy"><a class=
550
550
</ div >
551
551
< div class ="listingblock ">
552
552
< div class ="content ">
553
- < pre > RequestHeader= set X-Forwarded-Prefix "/custom-path"</ pre >
553
+ < pre > RequestHeader set X-Forwarded-Prefix "/custom-path"</ pre >
554
554
</ div >
555
555
</ div >
556
556
< div class ="ulist ">
Original file line number Diff line number Diff line change @@ -2970,7 +2970,7 @@ <h3 id="how-can-i-deploy-springdoc-openapi-ui-behind-a-reverse-proxy"><a class="
2970
2970
</ div >
2971
2971
< div class ="listingblock ">
2972
2972
< div class ="content ">
2973
- < pre > RequestHeader= set X-Forwarded-Prefix "/custom-path"</ pre >
2973
+ < pre > RequestHeader set X-Forwarded-Prefix "/custom-path"</ pre >
2974
2974
</ div >
2975
2975
</ div >
2976
2976
< div class ="ulist ">
Original file line number Diff line number Diff line change @@ -541,7 +541,7 @@ <h3 id="_how_can_i_deploy_springdoc_openapi_starter_webmvc_ui_behind_a_reverse_p
541
541
</ div >
542
542
< div class ="listingblock ">
543
543
< div class ="content ">
544
- < pre > RequestHeader= set X-Forwarded-Prefix "/custom-path"</ pre >
544
+ < pre > RequestHeader set X-Forwarded-Prefix "/custom-path"</ pre >
545
545
</ div >
546
546
</ div >
547
547
< div class ="ulist ">
Original file line number Diff line number Diff line change @@ -3018,7 +3018,7 @@ <h3 id="how-can-i-deploy-springdoc-openapi-starter-webmvc-ui-behind-a-reverse-pr
3018
3018
</ div >
3019
3019
< div class ="listingblock ">
3020
3020
< div class ="content ">
3021
- < pre > RequestHeader= set X-Forwarded-Prefix "/custom-path"</ pre >
3021
+ < pre > RequestHeader set X-Forwarded-Prefix "/custom-path"</ pre >
3022
3022
</ div >
3023
3023
</ div >
3024
3024
< div class ="ulist ">
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