haproxy-protocol.d 437 B

12345678910111213
  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. ---
  8. Send a HAProxy PROXY protocol v1 header at the beginning of the
  9. connection. This is used by some load balancers and reverse proxies to
  10. indicate the client's true IP address and port.
  11. This option is primarily useful when sending test requests to a service that
  12. expects this header.