thanks, it’s great, Render is really flexible.
Just a clarification: you say
“You can create DNS records to direct traffic from your custom domainS to the individual Render services”
but I’d like all Services to be for the same custom domain. For example it would be myapp.com which would be behind the scene sth like nice_rendersubdomain.render.com
then the repo would deploy the app to :
- api.myapp.com which would be i think api.nice_rendersubdomain.render.com
- admin.myapp.com which would be admin.nice_rendersubdomain.render.com
- and so on…
My 2 questions is
- is it ok if it’s all pointing to the SAME domain that is myapp.com (=nice_rendersubdomain.render.com)
- is it ok if the subdomains are “2nd level depth” meaning if you take the url of render api.nice_rendersubdomain.render.com it’s the subdomain of the subdomain for render.com
Just making sure it works this way.
Thanks