fabio
fabio copied to clipboard
Preview matching rules
So lets say you have these routes:
service a (urlprefix-example.com/a) service b (urlprefix-/) service c (urlprefix-carl.example.com/)
It would be very handy to have the ui show me which route will be picked by the machine
As an actual use case, I'm left to wonder what of the 3 will be picked when the request is:
- x.example.com/f (I presume service b?)
- zed.carl.example.com/foo (I presume c?)