How do I hide the port Apache2 is using from the browser?
- by jpartogi
HI all,
I am currently using nginx as front-end proxy for Apache. I have setup nginx to use port 80 and Apache to use 8080. But after nginx redirected the request to Apache, the port 8080 is visible from the browser. Is there any way this port can be hidden and not visible because it would be very ugly for users that wants to bookmark it.
THanks in advance for your help.