docs: fix x-envoy-original-path docs (#3535)

Signed-off-by: Matt Klein <mklein@lyft.com>

Mirrored from https://github.com/envoyproxy/envoy @ 3e95560ba8ab098689a97329fd23ade992b33718
pull/620/head
data-plane-api(CircleCI) 7 years ago
parent 0f8a2a3d45
commit 3db3aad596
  1. 4
      envoy/api/v2/route/route.proto

@ -353,7 +353,9 @@ message RouteAction {
// Indicates that during forwarding, the matched prefix (or path) should be // Indicates that during forwarding, the matched prefix (or path) should be
// swapped with this value. This option allows application URLs to be rooted // swapped with this value. This option allows application URLs to be rooted
// at a different path from those exposed at the reverse proxy layer. // at a different path from those exposed at the reverse proxy layer. The router filter will
// place the original path before rewrite into the :ref:`x-envoy-original-path
// <config_http_filters_router_x-envoy-original-path>` header.
// //
// .. attention:: // .. attention::
// //

Loading…
Cancel
Save