From 1a2743593cbcb7b388aaf0b458aa3f46c7c974c0 Mon Sep 17 00:00:00 2001 From: mike12345567 Date: Thu, 1 Apr 2021 16:48:16 +0100 Subject: [PATCH] Updating envoy to pass over app preview URLs and allowing builder access on no slash. --- hosting/envoy.dev.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/hosting/envoy.dev.yaml b/hosting/envoy.dev.yaml index 4a5cd4b892..bcb0463117 100644 --- a/hosting/envoy.dev.yaml +++ b/hosting/envoy.dev.yaml @@ -30,9 +30,17 @@ static_resources: route: cluster: server-dev + - match: { prefix: "/app_" } + route: + cluster: server-dev + - match: { prefix: "/builder/" } route: cluster: builder-dev + + - match: { prefix: "/builder" } + route: + cluster: builder-dev # minio is on the default route because this works # best, minio + AWS SDK doesn't handle path proxy