Tunnel with path in domain

What is the name of the domain?

tool.domain.com/path

What is the issue you’re encountering

Can’t access services over a tunnel with a path

What steps have you taken to resolve the issue?

I setup a tunnel for browser based SSH access. I can setup the tunnel and application with the public hostname set to tool.domain.com and things work perfectly. But if I add a path to the public hostname like tool.domain.com/admin then it won’t connect.

Hostnames can’t include a path. Is there a particular reason you’re attempting to connect to a path with SSH?

I have two services on the host. A web server and an SSH server. At the moment I’m using two subdomains to get there. But I’d like to collapse to a single subdomain and use the path to send it to the SSH application.