From a8cb56dfe32decc228aae99ee95249c9c14fa399 Mon Sep 17 00:00:00 2001 From: Guillaume Smet Date: Tue, 23 Aug 2022 23:14:07 +0200 Subject: [PATCH] Fix reference to quarkus.http.proxy.proxy-address-forwarding Fixes #27440 --- docs/src/main/asciidoc/http-reference.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/asciidoc/http-reference.adoc b/docs/src/main/asciidoc/http-reference.adoc index f0eb801219008..0ecb30bb527e2 100644 --- a/docs/src/main/asciidoc/http-reference.adoc +++ b/docs/src/main/asciidoc/http-reference.adoc @@ -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`: