Impacted versions:
12
Steps to reproduce:
Odoo is installed for the biggest part with Yenthe's script
Nginx is configured like this:
https://www.odoo.com/documentation/12.0/setup/deploy.html#id7
First website is configured as .nl and second is added as .be in the same database.
Current behavior:
When using the proxy server, the .be is redirected to the .nl website (from html inspection is says data-website-id=1 instead of 2). Connecting directly to server:8069 with the domainnames set up in my local hosts file it redirects correctly, the .nl redirects to .nl and the .be to .be (with data-website-id=2)
Expected behavior:
When using the proxy server, the .be gets redirected to the correct website.