traefik/integration/fixtures/access_log_config.toml

30 lines
546 B
TOML
Raw Normal View History

[log]
2018-01-24 18:18:03 +01:00
logLevel = "ERROR"
filePath = "traefik.log"
2018-01-24 18:18:03 +01:00
[global]
checkNewVersion = false
2018-01-11 10:04:03 +01:00
[accessLog]
filePath = "access.log"
2017-09-07 03:02:03 -07:00
[entryPoints]
[entryPoints.http]
2018-01-11 10:04:03 +01:00
address = ":8000"
[entryPoints.frontendRedirect]
address = ":8005"
[entryPoints.httpFrontendAuth]
address = ":8006"
[entryPoints.httpRateLimit]
address = ":8007"
2018-01-24 18:18:03 +01:00
[entryPoints.digestAuth]
address = ":8008"
2017-10-02 10:32:02 +02:00
2018-01-11 10:04:03 +01:00
[api]
2017-09-07 03:02:03 -07:00
[providers]
[providers.docker]
exposedByDefault = false
defaultRule = "Host(`{{ normalize .Name }}.docker.local`)"
watch = true