entryPoints: web: address: ":80" http: redirections: entryPoint: to: websecure scheme: https permanent: true websecure: address: ":443" http: routers: my-router: rule: "Path(`/foo`)" service: service-foo api: insecure: true dashboard: true entryPoint: "websecure" # docker: # endpoint: "unix:///var/run/docker.sock" # exposedByDefault: false