When building a SaaS app on the Heroku platform, how easy is it to configure custom domains for customers who signup for the SaaS application?
I would be looking for the following:
-
Wilcard support so people can signup and use a subdomain of my main products domain
customer1.example.com -
Allow customers to use their own custom domain and point it to my domain
customer1.com -> www.example.com
Does Heroku have any limits in this regards? Can they support 100K custom domains for example?
I can’t seem to find a solid answer to my question so I thought I’d ask here.
Thanks!