Traefik with URL instead of subdomain proxying not working

Hello, the labels are stored in a map, so you cannot the twice the same key (ex: traefik.http.routers.homer.rule)

If you want to use 2 rules:

      - "traefik.http.routers.homer.rule=Host(`192.168.1.135`) && Path(`/homer`)"

But in your case I think you just need one:

      - "traefik.http.routers.homer.rule=Path(`/homer`)"