I have 4 web servers, These web servers hosts nearly 8 different websites. I am planning to use path based routing like http://myexample.com/website1/..
For example when i deployed by application on port 8580 and create the path based rule in ALB.. and hit the url it is not working. Instead i had to use http://myexample.com:8580/website1.
Please help to resolve this, how can i remove the port number from URL.
Since all these are internal application under single domain. I do not have an option of using different domain names or different load balances.