Caddy Community
Remove path prefix on reverse_proxy
Help
francislavoie
(Francis Lavoie)
December 2, 2021, 5:37pm
2
You can use
handle_path
for this:
handle_path /api/* { reverse_proxy localhost:9000 }
How to setup reverse proxy with path for GenAI Text Gen and SD gradio webui?
show post in topic