2019-04-09 15:24:05 +00:00
|
|
|
[global]
|
2019-07-01 09:30:05 +00:00
|
|
|
checkNewVersion = false
|
|
|
|
sendAnonymousUsage = false
|
2019-04-09 15:24:05 +00:00
|
|
|
|
2018-11-27 16:42:04 +00:00
|
|
|
[log]
|
2019-07-01 09:30:05 +00:00
|
|
|
level = "DEBUG"
|
2017-10-30 09:02:03 +00:00
|
|
|
|
2019-04-15 09:14:05 +00:00
|
|
|
[entryPoints]
|
2024-01-09 16:00:07 +00:00
|
|
|
[entryPoints.trust]
|
2018-11-14 09:18:03 +00:00
|
|
|
address = ":8000"
|
2024-01-09 16:00:07 +00:00
|
|
|
[entryPoints.trust.proxyProtocol]
|
|
|
|
trustedIPs = ["127.0.0.1"]
|
|
|
|
[entryPoints.nottrust]
|
|
|
|
address = ":9000"
|
|
|
|
[entryPoints.nottrust.proxyProtocol]
|
|
|
|
trustedIPs = ["1.2.3.4"]
|
2017-10-30 09:02:03 +00:00
|
|
|
|
2018-01-11 08:46:03 +00:00
|
|
|
[api]
|
2019-09-06 13:08:04 +00:00
|
|
|
insecure = true
|
2017-10-30 09:02:03 +00:00
|
|
|
|
2019-07-15 08:22:03 +00:00
|
|
|
[providers.file]
|
|
|
|
filename = "{{ .SelfFilename }}"
|
2019-07-01 09:30:05 +00:00
|
|
|
|
|
|
|
## dynamic configuration ##
|
2017-10-30 09:02:03 +00:00
|
|
|
|
2019-03-14 08:30:04 +00:00
|
|
|
[http.routers]
|
|
|
|
[http.routers.router1]
|
2019-07-01 09:30:05 +00:00
|
|
|
service = "service1"
|
|
|
|
rule = "Path(`/whoami`)"
|
2017-10-30 09:02:03 +00:00
|
|
|
|
2019-03-14 08:30:04 +00:00
|
|
|
[http.services]
|
|
|
|
[http.services.service1]
|
2019-07-01 09:30:05 +00:00
|
|
|
[http.services.service1.loadBalancer]
|
2018-11-14 09:18:03 +00:00
|
|
|
|
2019-07-01 09:30:05 +00:00
|
|
|
[[http.services.service1.loadBalancer.servers]]
|
|
|
|
url = "http://{{.WhoamiIP}}"
|