From 3ccf7f9989c492dd51aa8bed50018ec4fd2f0462 Mon Sep 17 00:00:00 2001 From: mike12345567 Date: Thu, 3 Jun 2021 19:37:39 +0100 Subject: [PATCH] Adding a way to test app URLs in dev. --- hosting/envoy.dev.yaml.hbs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosting/envoy.dev.yaml.hbs b/hosting/envoy.dev.yaml.hbs index 080311ee49..76417b3e0d 100644 --- a/hosting/envoy.dev.yaml.hbs +++ b/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.