Closed
Description
I would like http://example.com/foo/bar
to be proxied as http://127.0.0.1:8080/bar
- ie. I wan to strip /foo
from the path going to the backend. Is it possible?
Without stripping:
[[clusters.sig.frontends]]
address = "0.0.0.0:80"
hostname = "example.com"
path = "/foo"
[[clusters.sig.backends]]
address = "127.0.0.1:8080"
Metadata
Metadata
Assignees
Labels
No labels