Recent content by yar999

  1. yar999

    Please add PROXY protocol support.

    Starting from version 1.8.0 of OpenLitespeed, the PROXY protocol has been supported. Thank you, OpenLitespeed team.
  2. yar999

    Please add PROXY protocol support.

    The 6.1 version of LiteSpeed Enterprise, released on September 1, 2023, already supports the PROXY protocol. Please also add PROXY protocol support to the open litespeed. Our front-end uses nginx tcp stream to proxy back-end openlitespeed. openlitespeed needs to use PROXY protocol support to...
  3. 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...
  4. 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