traefik/integration/fixtures/access_log_config.toml

30 lines
545 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"
[entrypoints]
[entrypoints.web]
2018-01-11 10:04:03 +01:00
address = ":8000"
[entrypoints.frontendRedirect]
2018-01-11 10:04:03 +01:00
address = ":8005"
[entrypoints.httpFrontendAuth]
2018-01-11 10:04:03 +01:00
address = ":8006"
[entrypoints.httpRateLimit]
2018-01-11 10:04:03 +01:00
address = ":8007"
[entrypoints.digestAuth]
2018-01-24 18:18:03 +01:00
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