18 lines
389 B
TOML
18 lines
389 B
TOML
[services]
|
|
[services.test.loadbalancer]
|
|
[[services.test.loadbalancer.servers]]
|
|
url = "http://127.0.0.1:9010"
|
|
weight = 1
|
|
|
|
[routers]
|
|
[routers.test]
|
|
service = "test"
|
|
rule = "Host:traefik.acme.wtf"
|
|
entryPoints = ["https"]
|
|
|
|
|
|
[[tls]]
|
|
entryPoints = ["https"]
|
|
[tls.certificate]
|
|
certFile = "fixtures/acme/ssl/wildcard.crt"
|
|
keyFile = "fixtures/acme/ssl/wildcard.key"
|