9ebe3c38b2
Co-authored-by: jbdoumenjou <jb.doumenjou@gmail.com>
26 lines
453 B
TOML
26 lines
453 B
TOML
[log]
|
|
logLevel = "DEBUG"
|
|
|
|
[entryPoints]
|
|
[entryPoints.http]
|
|
address = ":8000"
|
|
[entryPoints.http.proxyProtocol]
|
|
trustedIPs = ["1.2.3.4"]
|
|
|
|
[api]
|
|
|
|
[providers]
|
|
[providers.file]
|
|
|
|
[Routers]
|
|
[Routers.router1]
|
|
Service = "service1"
|
|
Rule = "Path(`/whoami`)"
|
|
|
|
[Services]
|
|
[Services.service1]
|
|
[Services.service1.LoadBalancer]
|
|
|
|
[[Services.service1.LoadBalancer.Servers]]
|
|
URL = "http://{{.WhoamiIP}}"
|
|
Weight = 1
|