How to strip subpath from cloudflared tunnel end point?

Hello there, I wondered if any of you clever people knew how to do this? I couldn't find anything more about working with the end "Path" in the docs. Is there a command line switch for tunnelor something? Requests to my end point on its subpath, get forwarded to services on my server including the subpath ("ribbydibby"):

fastapi        |       INFO   172.18.0.3:40024 - "GET /ribbydibby HTTP/1.1" 404
fastapi        |       INFO   172.18.0.3:38406 - "GET /ribbydibby/ HTTP/1.1" 404
fastapi        |       INFO   172.18.0.3:45704 - "GET /ribbydibby/docs HTTP/1.1" 404
fastapi        |       INFO   172.18.0.3:45234 - "GET /ribbydibby/robots.txt HTTP/1.1" 404
image.png
Was this page helpful?