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
- Buchhaltung
- Lager
- PoS
- Projekte
- MRP
Diese Frage wurde gekennzeichnet
1
Antworten
2056
Ansichten
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:
Diskutieren Sie gerne? Treten Sie bei, statt nur zu lesen!
Erstellen Sie heute ein Konto, um exklusive Funktionen zu nutzen und mit unserer tollen Community zu interagieren!
Registrieren
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?