Skip to Content
Menu
This question has been flagged
1 Reply
1776 Views

I am running odoo v15 on a linode server.  I have created a second domain. As per instructions I have seen online I need to add this domain name to my database.  My question is, how do i get to my database to do so?  I have seen an example of doing so on a youtube video, however, that person was going to odoo.com/my/databases to do so.  I assume this is the way to do if your odoo is setup with odoo on their cloud servers.  My odoo is sitting on my own server.  How do I do this?

Avatar
Discard
Best Answer

Hi,

If you need to configure you domain name to your Odoo instance, first you have to update the DNS records in the domain name provider to point to your IP/server .


Then inside the server, you can configure Nginx and point incoming request to the odoo running port.

See this example:  How To Configure Domain Name For Odoo Instance


Thanks

Avatar
Discard
Author

Hi thanks, yes, I have done this. However, I do continue to have a small issue that I am trying to figure out how to resolve. In particular, with the second domain name, when going to a browser it comes up fine provided I include the 'www' (ie. www.domain2.com). However, if one puts just domain2.com into the browser it actually calls up domain1.com.