Guest User

traefik.toml

a guest
Jun 21st, 2024
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. [entryPoints]
  2. [entryPoints.http]
  3. address = "192.168.200.1:80"
  4. [entryPoints.http.forwardedHeaders]
  5. trustedIPs = ["127.0.0.1/32", "192.168.0.0/16"]
  6. [entryPoints.https]
  7. address = "192.168.200.1:443"
  8. [entryPoints.https.forwardedHeaders]
  9. trustedIPs = ["127.0.0.1/32", "192.168.0.0/16"]
  10. [entryPoints.external-http]
  11. address = "192.168.200.1:9080"
  12. [entryPoints.external-http.forwardedHeaders]
  13. trustedIPs = ["127.0.0.1/32", "192.168.0.0/16"]
  14. [entryPoints.external-https]
  15. address = "192.168.200.1:9443"
  16. [entryPoints.external-https.forwardedHeaders]
  17. trustedIPs = ["127.0.0.1/32", "192.168.0.0/16"]
Advertisement
Add Comment
Please, Sign In to add comment