Skip to Content
Menu
This question has been flagged
1 Reply
1461 Views

Hello?
I have installed and used odoo15 on Ubuntu 20. I use it by installing multiple dbs on one odoo instance.

I used nginx and built one website each in one db.
To access the built website, the db select page is accessed first.
Is there a way to directly access the homepage without db select and login?

Any help would be greatly appreciated.

Best Regards.

Avatar
Discard
Author

As shown below, each is set in the database, and nginx and ssl authentication are also applied.
db name: db1.com -> https://db1.com
db name: db21.com -> https://db2.com
db name: db3.com -> https://db3.com

If regular visitors visit https://db1.com, how to set dbfilter so that they can go to https://db1.com without db select and login?
If not, is it impossible to configure a multi-domain homepage for odoo15?

Do I need to install multiple odoo15 for each domain on one server?

Best Answer

Since you have multi DBs,   Odoo needs a rule to know which one it should use. You can do that by using dbfilter in Odoo config file. Please refer to the below link for Odoo Deployment:

System configuration — Odoo 15.0 documentation

Avatar
Discard