Skip to Content
Menu
This question has been flagged
2 Replies
12391 Views

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?

 

Avatar
Discard

How do you finnaly solve it ?

Author

@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

Best Answer

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

Avatar
Discard
Author

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.

Author

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.

Best Answer

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

Hope it helps

Avatar
Discard
Related Posts Replies Views Activity
0
Jun 24
2267
2
Dec 23
14360
0
Oct 23
33
3
Oct 23
788
1
Oct 23
569