web socket proxy

  1. EagleDotNet

    NGINX reverse proxy header to openlitespeed

    how i can add NGINX reverse proxy header to openlitespeed ? location / { proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; proxy_set_header Host $host; proxy_set_header CF-Conncting-IP $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Host...
  2. Jacky Zhang

    How to do Access Control of Virtual Host ' Web Socket Proxy

    Dear Friend, This is my First Post about OpenLiteSpeed's Issue. I want my Website Pages Open or Unlimited, Only limit Web Socket Proxy can pass by the appointed IP . My Web Socket Proxy of Virtual Host is like this: And it work well. May I know how to Access Control the traffic of Web...
Top