I’m a begginer with haproxy/keepalived.
I got a basic configuration with two server app and two loadbalancer with haproxy and keepalived.
In app servers I have app as hostname:port.
In loadbalancer access as loadbalancer:port
But I need to identify the endpoint with a name, then I need to access as: loadbalancer:port/myapp
And if I access as: loadbalancer:port then nothing or error or a redirection.
How can I perform this task?
Regards