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.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Accounting
- Inventory
- PoS
- Project management
- MRP
This question has been flagged
1
Reply
1461
Views
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:
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up
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?