跳至内容
菜单
此问题已终结
2 回复
12563 查看

I cannot find anything about multi website other just how to create it in odoo. But this doesn't help in any way.

I've got a server with nginx reverse proxy. The server hosts a few odoo databases so it is configured with dbfilter = ^%h$, so the databases are named same as the domains. Now I need to have multi website on one database.

One needs to be accessed from shop.mysite.com the other shop2.mysite.com. The database is named shop.mysite.com.

In odoo I configured the domains for this two sites, created a nginx vhost for shop2.mysite.com that accesses odoo. When I access shop2.mysite.com I'mredirected to the database creation page.

I've tried with redirect to shop.mysite.com. But it just loads that site.

What must I do to get this working?

 

形象
丢弃

How do you finnaly solve it ?

编写者

@zahid With the instructions from Ermin Trevisan post below.

@Samo . it does not work. it only works with subdomain configuration : ( 2 sudoamine, 1 company, 1 database):
- sub1.company.com
-sub2.company.com
Nothing i found on line si working for my conf: ( 2 domaines,2 companies, 1 database):
- www.company1.com
- www.company2.com

最佳答案

You may think about using the OCA module dbfilter_from_header, this might get you the idea:

 https://www.odoo.com/forum/help-1/odoo-14-multi-site-multi-company-same-server-shared-database-not-forwarding-traffic-to-the-correct-domain-182679#answer-182686

形象
丢弃
编写者

I tried but it still redirects to the database creation form. I do not quite get the nginx proxy header. proxy_set_header X-Odoo-dbfilter [your filter regex]; If I add ^%h$ nginx fails.

You have to set the header X-Odoo-dbfilter to the "databasename", not to a regex expression and in the odoo.conf file you have to let pass everything in the dbfilter (dbfilter = .*)

Exactly as I have described in my linked post.

编写者

Now it works... thanks. Do you have any experiance how this works for payment acquirers, because normally the domain has to be the correct one in web.base.url so normally I need to set web.url.freeze to make payments work.

最佳答案

Hi, you can follow this: https://youtu.be/-3wV7A_4s-w

Hope it helps

形象
丢弃
相关帖文 回复 查看 活动
0
6月 24
2330
2
12月 23
14643
0
10月 23
33
3
10月 23
788
1
10月 23
569