mirror of https://github.com/istio/istio.io.git
Use proper Envoy link (#6298)
This commit is contained in:
parent
7e225624b8
commit
30b3ad86c0
|
@ -98,7 +98,7 @@ This is where the BlackHole and Passthrough clusters are used.
|
|||
}
|
||||
{{< /text >}}
|
||||
|
||||
The route is setup as [direct response](https://www.envoyproxy.io/docs/envoy/latest/api-v2/api/v2/route/route.proto)
|
||||
The route is setup as [direct response](https://www.envoyproxy.io/docs/envoy/latest/api-v2/api/v2/route/route_components.proto#envoy-api-field-route-route-direct-response)
|
||||
with `502` response code which means if no other routes match the Envoy proxy
|
||||
will directly return a `502` HTTP status code.
|
||||
|
||||
|
|
|
@ -98,7 +98,7 @@ This is where the BlackHole and Passthrough clusters are used.
|
|||
}
|
||||
{{< /text >}}
|
||||
|
||||
The route is setup as [direct response](https://www.envoyproxy.io/docs/envoy/latest/api-v2/api/v2/route/route.proto)
|
||||
The route is setup as [direct response](https://www.envoyproxy.io/docs/envoy/latest/api-v2/api/v2/route/route_components.proto#envoy-api-field-route-route-direct-response)
|
||||
with `502` response code which means if no other routes match the Envoy proxy
|
||||
will directly return a `502` HTTP status code.
|
||||
|
||||
|
|
Loading…
Reference in New Issue