mirror of
https://github.com/containous/traefik.git
synced 2025-01-08 21:17:56 +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
|