Is there any way to do URL masking in HAProxy? I'd like to have a URL directing to my load balancer, i.e. www.example.com, redirect to another URL I have for another application. However, I'd like the user's browser to still display the original URL, (www.example.com). How would I go about this?
Asked
Active
Viewed 935 times
2
-
1Seems that the answer has been given on serverfault: http://serverfault.com/questions/699399/how-do-you-mask-urls-in-haproxy – Shan-x Mar 31 '17 at 09:27