Y
Hacker News
new
|
ask
|
show
|
jobs
by
lxe
2184 days ago
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.
1 comments
agrinman
2184 days ago
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.
link