Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [entryPoints]
- [entryPoints.http]
- address = "192.168.200.1:80"
- [entryPoints.http.forwardedHeaders]
- trustedIPs = ["127.0.0.1/32", "192.168.0.0/16"]
- [entryPoints.https]
- address = "192.168.200.1:443"
- [entryPoints.https.forwardedHeaders]
- trustedIPs = ["127.0.0.1/32", "192.168.0.0/16"]
- [entryPoints.external-http]
- address = "192.168.200.1:9080"
- [entryPoints.external-http.forwardedHeaders]
- trustedIPs = ["127.0.0.1/32", "192.168.0.0/16"]
- [entryPoints.external-https]
- address = "192.168.200.1:9443"
- [entryPoints.external-https.forwardedHeaders]
- trustedIPs = ["127.0.0.1/32", "192.168.0.0/16"]
Advertisement
Add Comment
Please, Sign In to add comment