Is it possible to access odoo database from sub subdomain? eg: I have a domain mysite.com but that is not linked to domain of odoo hosting server. I created 'odoo' entry in mysite.com DNS Zone and now odoo.mysite.com is pointing to odoo's server IP (xx.xx.xx.xx). Now I have database in odoo server like test1, test2, test3.
Is it possible to access
test1 db with test1.odoo.mysite.com
test2 db with test2.odoo.mysite.com
test3 db with test3.odoo.mysite.com
r is it necessary to associate domain name on odoo's server IP. I am using nginx for reverse proxy
Thanks in advance.