I have Apache in front and then tomcat. Problem is am getting assets url(url of JavaScript and CSS files) as https://_xxx.com:3100/ when I check in the browser console.
I want to avoid the port number, I want those assets to be served on port 443 so that the urls would be: https://_xxx.com/
I have tried setting portal.instance.https.port=false but that didn't remove the port number.
How can I configure things in Liferay so that those assets are served over port 443?