traefik/integration/fixtures/access_log_config.toml

30 lines
538 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
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
[providers]
[providers.docker]
exposedByDefault = false
defaultRule = "{{ normalize .Name }}.docker.local"
watch = true