I have 3 databases: odoodb1, odoodb2, tintin
I want to configure multi-tenant for my setting up with the expect:
odoodb1.mydomain.com point to odoodb1
odoodb2.mydomain.com point to odoodb2
tintin.mydomain.com point to tintin
But when I access to these domain It always redirect to http://{url}/web/database/selector
My architecture: user ----> Nginx Proxy ----> Odoo ----> Postgresql
I have apply dbfilter and enable Proxy_mode = True