mod-rewrite

Custom domain feature for saas product customers

拥有回忆 提交于 2020-08-22 05:41:22
问题 I have build a saas product with angular 4 integrated with golang rest api and uploaded the build on aws ec2 instance. My project is a multi-tenant based app which loads customers dashboard on merchant-name.mystore.com subdomain but some of the customers asking for custom domain feature like they should be able to load the app on mydomain.com . I have done the the subdomain part with following code in apache2.conf file so all subdomain loads from apps folder where the angular app files