haproxy-protocol.d 453 B

1234567891011121314
  1. Long: haproxy-protocol
  2. Help: Send HAProxy PROXY protocol v1 header
  3. Protocols: HTTP
  4. Added: 7.60.0
  5. Category: http proxy
  6. Example: --haproxy-protocol $URL
  7. See-also: proxy
  8. ---
  9. Send a HAProxy PROXY protocol v1 header at the beginning of the
  10. connection. This is used by some load balancers and reverse proxies to
  11. indicate the client's true IP address and port.
  12. This option is primarily useful when sending test requests to a service that
  13. expects this header.