Browse Source

Adding a way to test app URLs in dev.

pull/4023/head
mike12345567 5 years ago
parent
commit
3ccf7f9989
  1. 5
      hosting/envoy.dev.yaml.hbs

5
hosting/envoy.dev.yaml.hbs

@ -38,6 +38,11 @@ static_resources:
route:
cluster: server-dev
- match: { prefix: "/app/" }
route:
cluster: server-dev
prefix_rewrite: "/"
# the below three cases are needed to make sure
# all traffic prefixed for the builder is passed through
# correctly.

Loading…
Cancel
Save