diff --git a/hosting/envoy.dev.yaml b/hosting/envoy.dev.yaml index 17c6a453de..04b1a7f696 100644 --- a/hosting/envoy.dev.yaml +++ b/hosting/envoy.dev.yaml @@ -34,11 +34,12 @@ static_resources: route: cluster: server-dev - - match: { prefix: "/builder/" } + - match: { prefix: "/builder" } route: cluster: builder-dev + prefix_rewrite: "/builder/" - - match: { prefix: "/builder" } + - match: { prefix: "/builder/" } route: cluster: builder-dev