Setting up Studio CMS

Hello,

I am having issues configuring the CMS part of EDX. I understand that LMS host and Studio host must either be the same hostname (on different ports), or Studio must be a subdomain of the LMS.

I am using JUNIPER 3. I choosed the second option because I thought it would be easier to use a sub domain as the nginx configuration looks already set up for this and I don’t to dive into at the moment.

Therefore, my config.yml may look like this :
EDXAPP_LMS_BASE: “edx-MYDOMAIN.local”
EDXAPP_CMS_BASE: “studio.edx-MYDOMAIN.local”

I have installed it on a test platform so baasically to resolve my domains, it relies on my hosts file.

However, the resolution doesn’t seem to work.

Can somebody explain me how I can sort this out please ?