2019-03-14 08:30:04 +00:00
|
|
|
[http.services]
|
2019-07-01 09:30:05 +00:00
|
|
|
[http.services.test.loadBalancer]
|
|
|
|
[[http.services.test.loadBalancer.servers]]
|
2019-06-27 21:58:03 +00:00
|
|
|
url = "http://127.0.0.1:9010"
|
2018-11-14 09:18:03 +00:00
|
|
|
|
2019-03-14 08:30:04 +00:00
|
|
|
[http.routers]
|
|
|
|
[http.routers.test]
|
2020-01-23 15:36:08 +00:00
|
|
|
entryPoints = ["websecure"]
|
2019-06-27 21:58:03 +00:00
|
|
|
rule = "Host(`traefik.acme.wtf`)"
|
|
|
|
service = "test"
|
|
|
|
[http.routers.test.tls]
|
2017-11-09 11:16:03 +00:00
|
|
|
|
2019-06-27 21:58:03 +00:00
|
|
|
[[tls.certificates]]
|
2020-06-17 14:48:04 +00:00
|
|
|
stores = ["default"]
|
2018-03-12 09:40:04 +00:00
|
|
|
certFile = "fixtures/acme/ssl/wildcard.crt"
|
2018-11-14 09:18:03 +00:00
|
|
|
keyFile = "fixtures/acme/ssl/wildcard.key"
|