This question has been flagged
1 Reply
1992 Views

I've got a problem with the dbfilter = ^%d$. My other databases work normally. 

Example how I create databases for domains:

DB: webportal1, for domain webportal1.si
DB: tempweb, for domain tempweb.com

Now I have a domain that foo-bar.com and I've created the database foo-bar and when trying to access it, I get redirected to the first site on the server. I know that in odoo 9 "-" meant "." so I've also tried database named foo and it still doesn't work.

I've got the nginx configuration set up and it still won't work.

Any help with the problem or advice or even if I'm looking in the wrong place for the problem would be appreciated. 

Avatar
Discard
Author Best Answer

I've was looking for the problem in the wrong place. I needed to add into hosts the public external IP not the private IP of the server. And it worked with the database foo-bar.

Avatar
Discard