Adding a way to test app URLs in dev.
This commit is contained in:
parent
2fe6efaed3
commit
3ccf7f9989
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue