404 page not found while access IIS site which is hosted on docker
logLevel = "DEBUG"
[api]
dashboard = true
insecure = true
[entryPoints]
[entryPoints.web]
address = ":80"
[entryPoints.websecure]
address = ":443"
[entryPoints.traefik]
address = ":8089"
[providers.docker]
endpoint = "npipe:////./pipe/docker_engine"
defaultRule = "Host(`{{ normalize .Name }}.test.com`)"
[docker]
watch = true
domain = "test.com"
[log]
filepath = "/traefik_v2.0.7/traefik.log"