Skip to content

Commit

Permalink
Merge pull request quarkusio#27464 from gsmet/quarkus.http.proxy.prox…
Browse files Browse the repository at this point in the history
…y-address-forwarding

Fix reference to quarkus.http.proxy.proxy-address-forwarding
  • Loading branch information
geoand authored Aug 24, 2022
2 parents 709f09d + a8cb56d commit dd50929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/http-reference.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ Consider activate it only when running behind a reverse proxy.
To set up this feature, please include the following lines in `src/main/resources/application.properties`:
[source,properties]
----
quarkus.http.proxy-address-forwarding=true
quarkus.http.proxy.proxy-address-forwarding=true
----

To consider only de-facto standard header (`Forwarded` header), please include the following lines in `src/main/resources/application.properties`:
Expand Down

0 comments on commit dd50929

Please sign in to comment.