Custom domains for customers to our application

I am currently serving my application through wildcard domains at *.mydomain.com. The web app is a static site, and we currently serve wildcard domains through it.

I would like to allow our customers to use their own domains. So for example,

Let’s say we have cloudops.mydomain.com

We would like to allow the customer to make DNS changes to setup a subdomain on their own domain. For example

subdomain .cloudops.com serves the content at cloudops.mydomain.com

From what we have seen, adding a CNAME record seems like a common option.

How can we configure this with Render?

Hi @viperfx! Did you get your question answered by reading [Custom domain] Can I point to cname.myapp.com instead of myapp.onrender.com?

If not, don’t hesitate to follow up with further questions.

Hey @david yes that thread did help a lot. I will post my replies there.

1 Like