traefik/integration/fixtures/access_log_config.toml

32 lines
591 B
TOML
Raw Normal View History

[global]
2019-07-01 09:30:05 +00:00
checkNewVersion = false
sendAnonymousUsage = false
2018-01-11 09:04:03 +00:00
[log]
2019-07-01 09:30:05 +00:00
level = "ERROR"
filePath = "traefik.log"
2018-01-11 09:04:03 +00:00
[accessLog]
filePath = "access.log"
[entryPoints]
[entryPoints.web]
2018-01-11 09:04:03 +00:00
address = ":8000"
[entryPoints.frontendRedirect]
2018-01-11 09:04:03 +00:00
address = ":8005"
[entryPoints.httpFrontendAuth]
2018-01-11 09:04:03 +00:00
address = ":8006"
[entryPoints.httpRateLimit]
2018-01-11 09:04:03 +00:00
address = ":8007"
[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]
2019-09-06 13:08:04 +00:00
insecure = true
2017-09-07 10:02:03 +00:00
[providers]
2019-07-01 09:30:05 +00:00
[providers.docker]
exposedByDefault = false
defaultRule = "Host(`{{ normalize .Name }}.docker.local`)"
watch = true