I am looking for some help on how to write the following apache
proxypass rules in HAproxy.  Not to mention I am at a bit of loss with my
first try :-) .  Here are my current proxypass rules:

ProxyPass http://10.1.100.156:8000/jhub
 ProxyPassReverse http://10.1.100.156:8000/jhub

<LocationMatch
"/jhub/(user/[^/]*)/(api/kernels/[^/]+/channels/websocket)(.*)">
    ProxyPassMatch ws://10.1.100.156:8000/jhub/$1/$2$3
    ProxyPassReverse ws://10.1.100.156:8000/jhub/$1/$2$3
</LocationMatch>

As I am not well versed in the massive HAproxy configuration guide, if any
of you can give me a hand with this, I would very much appreciate it.

thanks

Reply via email to