All,
I'm try to configure Traefik to load balance http traffic to one or more urls. However I need I need each url to have a different path.
service:
appservice:
loadbalancer:
servers:
-url http://foo.com/foo1
-url http://bar.com/bar1
What are my options?