You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in the docs you can define multiple rules by separating them by ; as this: rule = "Host:test3.localhost;Path:/test" (found at https://docs.traefik.io/basics/)
Making a Consul Service tag like this traefik.frontend.rule=Host:myservice;Path:/admin
I end with this in the UI
it doesn't seem like the rules are split on ; as TOML rules are?
The text was updated successfully, but these errors were encountered:
in the docs you can define multiple rules by separating them by
;
as this:rule = "Host:test3.localhost;Path:/test"
(found at https://docs.traefik.io/basics/)Making a Consul Service tag like this
traefik.frontend.rule=Host:myservice;Path:/admin
I end with this in the UI
it doesn't seem like the rules are split on
;
as TOML rules are?The text was updated successfully, but these errors were encountered: