Browse Source

Updating envoy to pass over app preview URLs and allowing builder access on no slash.

pull/1361/head
mike12345567 5 years ago
parent
commit
87e80f922f
  1. 8
      hosting/envoy.dev.yaml

8
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

Loading…
Cancel
Save