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

Popular posts from this blog

ios - How do I use CFArrayRef in Swift? -

eclipse plugin - Run java code error: Workspace is closed -

c - Error on building source code in VC 6 -