콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
2 답글
12590 화면

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
2331
2
12월 23
14657
0
10월 23
33
3
10월 23
788
1
10월 23
569