Hello All,
Using a separate port, 18010, requires additional configuration such as opening that port in the firewall, modifying the nginx config files twice, once for lms and then for cms (where we indicate listen 18010 ssl). instead, can we host the lms and cms in the same url, such as this:
LMS: https:///lms
CMS: https:///cms
I know that we can create a subdomain such as https://studio., but that requires an additional entry in the DNS, and sometimes DNS is not available for us to modify. for e.g., we host in an Azure VM, and Azure provides urls such as this https://.centralus.cloudapp.azure.com Here I don’t have the ability to create a studio sub-domain, hence I’m forced to opt for opening up 18010 port.
thanks
Shankar