04958c6951
Co-authored-by: Julien Salleyron <julien@containo.us>
29 lines
538 B
TOML
29 lines
538 B
TOML
[log]
|
|
logLevel = "ERROR"
|
|
filePath = "traefik.log"
|
|
|
|
[global]
|
|
checkNewVersion = false
|
|
|
|
[accessLog]
|
|
filePath = "access.log"
|
|
|
|
[entryPoints]
|
|
[entryPoints.http]
|
|
address = ":8000"
|
|
[entryPoints.frontendRedirect]
|
|
address = ":8005"
|
|
[entryPoints.httpFrontendAuth]
|
|
address = ":8006"
|
|
[entryPoints.httpRateLimit]
|
|
address = ":8007"
|
|
[entryPoints.digestAuth]
|
|
address = ":8008"
|
|
|
|
[api]
|
|
|
|
[providers]
|
|
[providers.docker]
|
|
exposedByDefault = false
|
|
defaultRule = "{{ normalize .Name }}.docker.local"
|
|
watch = true
|