traefik/integration/fixtures/access_log_config.toml

31 lines
572 B
TOML
Raw Normal View History

[log]
2018-01-24 17:18:03 +00:00
logLevel = "ERROR"
filePath = "traefik.log"
2018-01-24 17:18:03 +00:00
[global]
checkNewVersion = false
2019-03-14 18:32:03 +00:00
sendAnonymousUsage = false
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]
2017-09-07 10:02:03 +00:00
[providers]
[providers.docker]
exposedByDefault = false
defaultRule = "Host(`{{ normalize .Name }}.docker.local`)"
watch = true