Adding a way to test app URLs in dev.

This commit is contained in:
mike12345567 2021-06-03 19:37:39 +01:00
parent 6abe5c5f6d
commit a74b6cbca0
1 changed files with 5 additions and 0 deletions

View File

@ -38,6 +38,11 @@ static_resources:
route:
cluster: server-dev
- match: { prefix: "/app/" }
route:
cluster: server-dev
prefix_rewrite: "/"
# the below three cases are needed to make sure
# all traffic prefixed for the builder is passed through
# correctly.