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:
- ลูกค้าสัมพันธ์
- e-Commerce
- ระบบบัญชี
- สินค้าคงคลัง
- PoS
- โปรเจกต์
- MRP
คำถามนี้ถูกตั้งค่าสถานะ
1
ตอบกลับ
2066
มุมมอง
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:
สนุกกับการพูดคุยนี้ใช่ไหม? เข้าร่วมเลย!
สร้างบัญชีวันนี้เพื่อเพลิดเพลินไปกับฟีเจอร์พิเศษและมีส่วนร่วมกับคอมมูนิตี้ที่ยอดเยี่ยมของเรา!
ลงชื่อ
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?