Hacker News new | ask | show | jobs
by agrinman 2184 days ago
Not sure I understand what you mean, mind giving me an example?
1 comments

A common usecase: I have http(s) running on 8080 and a websocket on 8081. I would make an nginx rule to proxy_pass / to 8080 and /ws to 8081.
Got it. Currently this use case is not supported on the same subdomain, but you could definitely open up two different tunnels (on different subdomains) to do this. Definitely not ideal, so we'll look into adding support for this.