--- http: routers: dashboard: entryPoints: - "https" rule: "Host(`{{ .RootDomain }}`) && (PathPrefix(`/api`) || PathPrefix(`/dashboard`))" service: "api@internal"