1
0
Fork 0
mirror of synced 2024-06-28 19:10:33 +12:00

Adding a way to test app URLs in dev.

This commit is contained in:
mike12345567 2021-06-03 19:37:39 +01:00
parent 2fe6efaed3
commit 3ccf7f9989

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.