Recent content by yar999

  1. yar999

    Hope to add proxy protocol support

    When configuring reverse proxy with nginx, the option "Use Client IP in Header" usually works fine. server { listen 80; server_name _; location / { proxy_pass http://1.1.1.1; include proxy_params; } } However, when using nginx to proxy tcp stream, this option...
  2. yar999

    Hope to add proxy protocol support

    Hi, We note that LSWS 6.1 has added support for the PROXY protocol. When will openlitespeed add support for PROXY protocol? Our front-end uses nginx tcp stream to proxy back-end openlitespeed. openlitespeed needs to use PROXY protocol support to get the real IP of the visitor.
Top