fabiolb / fabio

Consul Load-Balancing made simple
https://fabiolb.net
MIT License
7.26k stars 616 forks source link

Fabio redirecting to /routes on own service #832

Closed ziazon closed 3 years ago

ziazon commented 3 years ago

I'm trying to use fabio to route it's own UI to localhost:9999/fabio but having issues getting it to work. the closest I could get was using:

registry.consul.register.tags = urlprefix-/fabio/routes strip=/fabio

And this resulted in having to go to localhost:9999/fabio/routes for the site to come up, but now I'm having issues with the /assets i.e. image

I haven't seen any config value for specifying the base path to the UI or it's assets. Is this possible?

ziazon commented 3 years ago

I went with subdomains instead. closing!