How to protect private network URL in the AEM application server?
Hi there,
Is there any way to config anything in the AEM application server, so as a result the IE address bar display AEM Server Hostname, instead of private network URL.
For example: http://10.195.15.239:4502/content/createJob.html. Actually, i want to display following in the address bar: http://AEM-Host-name:4502/content/createJob.html.
So i just want to obtain the public URL of the AEM hostname.
Also, i know the application server "nginx" is able to work that. But the AEM application server how to work that?
Thanks a lot in advance.
Brian