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
- Contabilidad
- Inventario
- PoS
- Proyectos
- MRP
Se marcó esta pregunta
1
Responder
2053
Vistas
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:
¿Le interesa esta conversación? ¡Participe en ella!
Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.
Registrarse
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?