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