1
0
mirror of https://github.com/containous/traefik.git synced 2025-01-08 21:17:56 +03:00
traefik/integration/fixtures/access_log_config.toml

34 lines
639 B
TOML
Raw Normal View History

[global]
2019-07-01 12:30:05 +03:00
checkNewVersion = false
sendAnonymousUsage = false
2018-01-11 12:04:03 +03:00
[log]
2019-07-01 12:30:05 +03:00
level = "ERROR"
filePath = "traefik.log"
2018-01-11 12:04:03 +03:00
[accessLog]
filePath = "access.log"
[entryPoints]
[entryPoints.web]
2018-01-11 12:04:03 +03:00
address = ":8000"
[entryPoints.frontendRedirect]
2018-01-11 12:04:03 +03:00
address = ":8005"
[entryPoints.httpFrontendAuth]
2018-01-11 12:04:03 +03:00
address = ":8006"
[entryPoints.httpRateLimit]
2018-01-11 12:04:03 +03:00
address = ":8007"
[entryPoints.digestAuth]
2018-01-24 20:18:03 +03:00
address = ":8008"
[entryPoints.preflight]
address = ":8009"
2017-10-02 11:32:02 +03:00
2018-01-11 12:04:03 +03:00
[api]
2019-09-06 16:08:04 +03:00
insecure = true
2017-09-07 13:02:03 +03:00
[providers]
2019-07-01 12:30:05 +03:00
[providers.docker]
exposedByDefault = false
defaultRule = "Host(`{{ normalize .Name }}.docker.local`)"
watch = true