Make envoy proxy app with and without trailing slash
This commit is contained in:
parent
37e0120129
commit
17ac2a402f
|
@ -37,6 +37,10 @@ static_resources:
|
|||
route:
|
||||
cluster: builder-dev
|
||||
|
||||
- match: { prefix: "/app/" }
|
||||
route:
|
||||
cluster: builder-dev
|
||||
|
||||
- match: { prefix: "/app" }
|
||||
route:
|
||||
cluster: builder-dev
|
||||
|
|
Loading…
Reference in New Issue