Skip to content

Commit

Permalink
docs: fix custom header example
Browse files Browse the repository at this point in the history
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 <christian@datank.ai>
  • Loading branch information
christianladron authored and Christian Ladrón de Guevara Reyes committed Aug 1, 2019
1 parent 68d14ec commit 58d79ec
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/root/configuration/http_conn_man/headers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 58d79ec

Please sign in to comment.