Hi, I have two databases running on my Linux. Odoo 10 Enterprise.
Database1, and Database2.
Database1 is set to: odoo.mycompany.com
But it shows all the databases once I go to this link. Now, I have created another subdomain for my Database2.
What I want?:
1- Once I go to odoo.mycompany.com, it should take me to the database1 login page, as odoo.mycompany.com/web?db=database1
2- Once I go to office.mycompany.com, it should take me to the database2 login page, as office.mycompany.com/web?db=database2
I don't know how to make my subdomains go to different databases links.
I have nginx configured. And both databases are running on both subdomains for now, on Port 80. I want each database to run on it's own subdomain.
Thanks.