mirror of
https://github.com/containous/traefik.git
synced 2024-12-22 13:34:03 +03:00
16 lines
276 B
TOML
16 lines
276 B
TOML
[global]
|
|
checkNewVersion = false
|
|
sendAnonymousUsage = false
|
|
|
|
[log]
|
|
level = "DEBUG"
|
|
|
|
[entryPoints]
|
|
|
|
[entryPoints.traefik]
|
|
address = ":8001"
|
|
[entryPoints.traefik.transport.lifeCycle]
|
|
requestAcceptGraceTimeout = "10s"
|
|
|
|
[ping]
|
|
terminatingStatusCode = 204 |