traefik/integration/fixtures/https/rootcas/https_with_file.toml

28 lines
473 B
TOML
Raw Normal View History

2017-06-23 13:15:07 +00:00
logLevel = "DEBUG"
defaultEntryPoints = ["http"]
# Use certificate in net/internal/testcert.go
2018-04-06 07:38:03 +00:00
rootCAs = [ "fixtures/https/rootcas/local.crt"]
2017-06-23 13:15:07 +00:00
[entryPoints]
[entryPoints.http]
address = ":8081"
[api]
2017-06-23 13:15:07 +00:00
[file]
2018-11-14 09:18:03 +00:00
[Routers]
[Routers.router1]
Service = "service1"
Rule = "Path: /ping"
[Services]
[Services.service1]
[Services.service1.LoadBalancer]
[[Services.service1.LoadBalancer.Servers]]
URL = "{{ .BackendHost }}"
Weight = 1