Hi,
I run Odoo 12 on my local Server (Centos 7)
I make a subdomain in my domain provider (godaddy) http://odoo.mydomain.com pointing to http://myip:8069
that works fine.
but all the links stayed http://myip:8069
so, Then I configure the subdomain to be forwarder with mask.
In the odoo local web site all the links works fine:
example: http://odoo.mydomain.com/aboutus or http://odoo.mydomain.com/contact.
But http://odoo.mydomain.com/web/login etc, doesn't work
I modify the parameter
web.base.url to http://odoo.mydomain.com
and added web.base.url.freeze to True.
and still doesn't work.
What I missing.
Thanks a lot.