From 05884e882f769bd51f4dee39a28cb59ebd6df108 Mon Sep 17 00:00:00 2001 From: Thomas Aunvik Date: Wed, 4 Dec 2024 18:34:21 +0100 Subject: [PATCH] Changed 'http-enabled' to correct code quotes Closes #35611 Signed-off-by: Thomas Aunvik --- docs/guides/server/reverseproxy.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/server/reverseproxy.adoc b/docs/guides/server/reverseproxy.adoc index 10cfc285c50..4d47306cdec 100644 --- a/docs/guides/server/reverseproxy.adoc +++ b/docs/guides/server/reverseproxy.adoc @@ -45,7 +45,7 @@ If this header is incorrectly configured, rogue clients can set this header and NOTE: When using the `xforwarded` setting, the `X-Forwarded-Port` takes precedence over any port included in the `X-Forwarded-Host`. -NOTE: If the TLS connection is terminated at the reverse proxy (edge termination), enabling HTTP through the ‘http-enabled’ setting is required. +NOTE: If the TLS connection is terminated at the reverse proxy (edge termination), enabling HTTP through the `http-enabled` setting is required. == Different context-path on reverse proxy