From 58d79ec75d21f6ebfc24a783a7186a841c5f005c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Ladr=C3=B3n=20De=20Guevara?= Date: Thu, 1 Aug 2019 16:10:37 -0500 Subject: [PATCH] docs: fix custom header example MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The example shows the request_headers_to_add in the RouteAction, and this should be in the Route Signed-off-by: Christian LadrĂ³n de Guevara Reyes --- docs/root/configuration/http_conn_man/headers.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/root/configuration/http_conn_man/headers.rst b/docs/root/configuration/http_conn_man/headers.rst index be47a4e45232..bfb3a0682ad7 100644 --- a/docs/root/configuration/http_conn_man/headers.rst +++ b/docs/root/configuration/http_conn_man/headers.rst @@ -622,8 +622,8 @@ Supported variable names are: route: cluster: www - request_headers_to_add: - - header: - key: "x-request-start" - value: "%START_TIME(%s.%3f)%" - append: true + request_headers_to_add: + - header: + key: "x-request-start" + value: "%START_TIME(%s.%3f)%" + append: true