http: routers: mapstore-root: rule: "Host(`mapstore.digitribe.fr`) && Path(`/`)" entryPoints: - websecure tls: certResolver: letsencrypt priority: 100 middlewares: - mapstore-replace-path service: mapstore-proxy-service mapstore-all: rule: "Host(`mapstore.digitribe.fr`)" entryPoints: - websecure tls: certResolver: letsencrypt priority: 200 service: mapstore-proxy-service middlewares: mapstore-replace-path: replacePath: path: "/mapstore/" services: mapstore-proxy-service: loadBalancer: servers: - url: "http://mapstore-proxy:80"