I have one webserver and two hybris servers. For example:
webserver - http://10.0.0.1
Hybris - http://10.0.0.2:9001 and http://10.0.0.3:9001
Now I want to use webserver as a load balancer to redirect the requests. Redirecing is working fine but during redirect it exposes the hybris IP which I dont want. I want to expose the webserver IP to public.
How I can write the redirect rule for that. Any help is highly appreciated.
Thanks,