traefik/integration/fixtures/multiprovider.toml
2019-07-15 10:22:03 +02:00

30 lines
520 B
TOML

[global]
checkNewVersion = false
sendAnonymousUsage = false
[log]
level = "DEBUG"
[api]
[entryPoints]
[entryPoints.web]
address = ":8000"
[providers]
[providers.rest]
[providers.file]
filename = "{{ .SelfFilename }}"
## dynamic configuration ##
[http.services]
[http.services.service.loadBalancer]
[[http.services.service.loadBalancer.servers]]
url = "{{.Server}}"
[http.middlewares]
[http.middlewares.customheader.headers.customRequestHeaders]
X-Custom="CustomValue"