How to Configure Multiple Subdomains Pointing to the Same Mendix Application (On-Premises) ?
0
Hi everyone! I have a Mendix application and I need to make it multi-tenant, allowing different subdomains to point to the same instance of the application. Example: store1.myappmendix.com store2.myappmendix.com store3.myappmendix.com All these subdomains should access the same Mendix production application. My mendix is on-premises (not using Mendix Cloud). What is the best way to configure this? Any recommendations for server settings, Mendix configurations, or anything? Thanks in advance! 😊