I am not sure if this is technically possible, but if I have set up HAProxy so that an incoming request to http://example.com/hello
goes to http://10.0.0.2/hello
:
server example-1 10.0.0.2 check verify none
Is it possible to do it so that http://example.com/hello
goes to http://10.0.0.2/greeting
instead?