traefik/integration/fixtures/reqacceptgrace.toml

36 lines
643 B
TOML
Raw Normal View History

[global]
checkNewVersion = false
sendAnonymousUsage = false
[log]
level = "DEBUG"
[entryPoints]
[entryPoints.web]
address = ":8000"
[entryPoints.web.transport.lifeCycle]
RequestAcceptGraceTimeout = "10s"
[entryPoints.traefik]
address = ":8001"
[entryPoints.traefik.transport.lifeCycle]
RequestAcceptGraceTimeout = "10s"
[ping]
[providers]
[providers.file]
[http.routers]
[http.routers.router]
2018-11-14 09:18:03 +00:00
Service = "service"
Rule = "Path(`/service`)"
2018-11-14 09:18:03 +00:00
[http.services]
[http.services.service]
[http.services.service.LoadBalancer]
2018-11-14 09:18:03 +00:00
[[http.services.service.LoadBalancer.Servers]]
2018-11-14 09:18:03 +00:00
URL = "{{.Server}}"