2018-11-27 16:42:04 +00:00
|
|
|
[log]
|
2018-01-24 17:18:03 +00:00
|
|
|
logLevel = "ERROR"
|
2018-11-27 16:42:04 +00:00
|
|
|
filePath = "traefik.log"
|
2018-01-24 17:18:03 +00:00
|
|
|
|
2018-11-27 16:42:04 +00:00
|
|
|
[global]
|
|
|
|
checkNewVersion = false
|
2018-01-11 09:04:03 +00:00
|
|
|
|
|
|
|
[accessLog]
|
|
|
|
filePath = "access.log"
|
|
|
|
|
2017-09-07 10:02:03 +00:00
|
|
|
[entryPoints]
|
|
|
|
[entryPoints.http]
|
2018-01-11 09:04:03 +00:00
|
|
|
address = ":8000"
|
|
|
|
[entryPoints.frontendRedirect]
|
|
|
|
address = ":8005"
|
|
|
|
[entryPoints.httpFrontendAuth]
|
|
|
|
address = ":8006"
|
|
|
|
[entryPoints.httpRateLimit]
|
|
|
|
address = ":8007"
|
2018-01-24 17:18:03 +00:00
|
|
|
[entryPoints.digestAuth]
|
|
|
|
address = ":8008"
|
2017-10-02 08:32:02 +00:00
|
|
|
|
2018-01-11 09:04:03 +00:00
|
|
|
[api]
|
2017-09-07 10:02:03 +00:00
|
|
|
|
2018-11-27 16:42:04 +00:00
|
|
|
[providers]
|
|
|
|
[providers.docker]
|
|
|
|
exposedByDefault = false
|
|
|
|
domain = "docker.local"
|
|
|
|
watch = true
|