Browse Source

Make envoy proxy app with and without trailing slash

pull/1455/head
Andrew Kingston 5 years ago
parent
commit
96aecce292
  1. 4
      hosting/envoy.dev.yaml.hbs

4
hosting/envoy.dev.yaml.hbs

@ -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…
Cancel
Save