Opening this as a cloudflared issue at the suggestion of @ranbel. See also: cloudflare/cloudflare-docs#7264
Describe the bug
The Public Hostname Page for a Cloudflare Tunnel has three fields:
| (optional) Subdomain |
(required) Domain |
(optional) Path |
As the documentation clearly states, this can be used to expose http resources like so:
subdomain.domain.com >> http://localhost:1234
However, it seems that the beheviour is currently such that instead of:
subdomain.domain.com/path1 >> http://localhost:1234
subdomain.domain.com/path2 >> http://localhost:5678
we get:
subdomain.domain.com/path1 >> http://localhost:1234/path1
subdomain.domain.com/path1 >> http://localhost:1234/path2
To Reproduce
Steps to reproduce the behavior:
- Follow the Cloudflared documentation to expose any HTTP resources to the Internet via a public hostname.
Expected behavior
subdomain.domain.com/path1 >> http://localhost:1234
subdomain.domain.com/path2 >> http://localhost:5678
Environment and versions
Logs and errors
N/A
Additional context
N/A
Opening this as a cloudflared issue at the suggestion of @ranbel. See also: cloudflare/cloudflare-docs#7264
Describe the bug
The
Public Hostname Pagefor a Cloudflare Tunnel has three fields:As the documentation clearly states, this can be used to expose http resources like so:
However, it seems that the beheviour is currently such that instead of:
we get:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Environment and versions
Logs and errors
N/A
Additional context
N/A