Reverse proxy websocket IIS -
I want to use IIS for proxy websites on windows. Therefore, I installed the IIS 8 in Proxy for WebServer Server Apeserver 2012. But I do not know how to configure IIS. The rules for HTTP and HTTPS are not redirected, there is no WS, I would like to do the same thing as Apache:
& lt; Location / ws & gt; ProxyPass YS: //127.0.0.1: 8080 Proxypaceware ws: //127.0.0.1: 8080 & lt; / Location & gt;
The request will be redirected to: //127.0.0.1: 80 / ws: //127.0.0.1: 8080 / ws.
Thank you.
Comments
Post a Comment