2018-11-27 16:42:04 +00:00
|
|
|
[global]
|
2019-07-01 09:30:05 +00:00
|
|
|
checkNewVersion = false
|
|
|
|
sendAnonymousUsage = false
|
2018-01-11 09:04:03 +00:00
|
|
|
|
2019-04-09 15:24:05 +00:00
|
|
|
[log]
|
2019-07-01 09:30:05 +00:00
|
|
|
level = "ERROR"
|
|
|
|
filePath = "traefik.log"
|
2019-04-09 15:24:05 +00:00
|
|
|
|
2018-01-11 09:04:03 +00:00
|
|
|
[accessLog]
|
|
|
|
filePath = "access.log"
|
|
|
|
|
2019-04-15 09:14:05 +00:00
|
|
|
[entryPoints]
|
|
|
|
[entryPoints.web]
|
2018-01-11 09:04:03 +00:00
|
|
|
address = ":8000"
|
2019-04-15 09:14:05 +00:00
|
|
|
[entryPoints.frontendRedirect]
|
2018-01-11 09:04:03 +00:00
|
|
|
address = ":8005"
|
2019-04-15 09:14:05 +00:00
|
|
|
[entryPoints.httpFrontendAuth]
|
2018-01-11 09:04:03 +00:00
|
|
|
address = ":8006"
|
2019-04-15 09:14:05 +00:00
|
|
|
[entryPoints.httpRateLimit]
|
2018-01-11 09:04:03 +00:00
|
|
|
address = ":8007"
|
2019-04-15 09:14:05 +00:00
|
|
|
[entryPoints.digestAuth]
|
2018-01-24 17:18:03 +00:00
|
|
|
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]
|
2019-07-01 09:30:05 +00:00
|
|
|
[providers.docker]
|
|
|
|
exposedByDefault = false
|
|
|
|
defaultRule = "Host(`{{ normalize .Name }}.docker.local`)"
|
|
|
|
watch = true
|