Make envoy proxy app with and without trailing slash

This commit is contained in:
Andrew Kingston 2021-05-06 17:20:11 +01:00
parent 37e0120129
commit 17ac2a402f
1 changed files with 4 additions and 0 deletions

View File

@ -37,6 +37,10 @@ static_resources:
route:
cluster: builder-dev
- match: { prefix: "/app/" }
route:
cluster: builder-dev
- match: { prefix: "/app" }
route:
cluster: builder-dev