From 17ac2a402f30ca8d3e23dcb47dbb249db4671a72 Mon Sep 17 00:00:00 2001 From: Andrew Kingston Date: Thu, 6 May 2021 17:20:11 +0100 Subject: [PATCH] Make envoy proxy app with and without trailing slash --- hosting/envoy.dev.yaml.hbs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosting/envoy.dev.yaml.hbs b/hosting/envoy.dev.yaml.hbs index cee70dbae5..5816980275 100644 --- a/hosting/envoy.dev.yaml.hbs +++ b/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