Skip to main content

Forwarding the clients ip

Add the below middleware to ensure the client's IP address is forwarded correctly:

http:
middlewares:
    forwardClientIPHeaders:
      headers:
        customRequestHeaders:
          X-Forwarded-For: ""  # Traefik will populate this with the actual client IP address