I'm creating a multi tenant application like shopify and wanna know how can I create custom domain on server that points to the same application instance? For example:
app1.mysystem.com == www.mystore.com
app2.mystem.com == www.killerstore.com
I need to do that config on CNAME like Google Apps? If so, how can I do that? Is there some good paper showing how this works ?
PS: app1 AND app2 points to the same application! Thanks