Maybe what I want to do is strange, but....
I am running fabio in a docker container with FABIO_REGISTRY_CONSUL_REGISTER_TAGS = "urlprefix-mydomain.org/fabio" and FABIO_REGISTRY_CONSUL_REGISTER_ADDR set to the fabio ui address.
It routes correctly but then the fabio ui redirects to mydomain.org/routes. It loses the "fabio" path segment. I tried different strip options with no effect. I think fabio ui needs a variable telling what its base url is. If I use a urlprefix of "fabio.mydomain.org/" it works just fine.
I was hoping to get all the hashicorp web uis to appear as mydomain.org/fabio, mydomain.org/consul, mydomain.org/nomad, mydomain/vault. I haven't tried the others but I expect they will have similar problems so this issue may be moot.
Is it just not possible?
Maybe what I want to do is strange, but....
I am running fabio in a docker container with FABIO_REGISTRY_CONSUL_REGISTER_TAGS = "urlprefix-mydomain.org/fabio" and FABIO_REGISTRY_CONSUL_REGISTER_ADDR set to the fabio ui address.
It routes correctly but then the fabio ui redirects to mydomain.org/routes. It loses the "fabio" path segment. I tried different strip options with no effect. I think fabio ui needs a variable telling what its base url is. If I use a urlprefix of "fabio.mydomain.org/" it works just fine.
I was hoping to get all the hashicorp web uis to appear as mydomain.org/fabio, mydomain.org/consul, mydomain.org/nomad, mydomain/vault. I haven't tried the others but I expect they will have similar problems so this issue may be moot.
Is it just not possible?