From 96cbb2375b591b4f7ef2daf289ae08a1475b9a29 Mon Sep 17 00:00:00 2001 From: "Sam Lieber (sali)" Date: Tue, 3 Jan 2023 17:08:16 +0000 Subject: [PATCH] [FIX] maintain: correct cname definition closes odoo/documentation#3269 Signed-off-by: Castillo Jonathan (jcs) --- content/administration/maintain/domain_names.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/administration/maintain/domain_names.rst b/content/administration/maintain/domain_names.rst index 9c1349492..1d45c69ba 100644 --- a/content/administration/maintain/domain_names.rst +++ b/content/administration/maintain/domain_names.rst @@ -126,8 +126,8 @@ that you proceed with the following actions in this order: Add a CNAME record ------------------ -A **CNAME record** is a type of DNS record that points to the IP address of another website rather -than to directly to an IP address. +A **CNAME record** is a type of DNS record that points to the domain of another website rather than +directly to an IP address. You need a CNAME record that points to your Odoo database. The requirements are detailed in your database manager. @@ -152,7 +152,7 @@ database manager. #. Open the **DNS zone** management page for the domain name you want to configure. #. Create a **CNAME record** pointing to the address of your database. -While Odoo suggests creating a CNAME record for your ``www.`` subdomain (``www.example.com``, you +While Odoo suggests creating a CNAME record for your ``www.`` subdomain (``www.example.com``), you can of course use any domain name of your choice, with any subdomain (e.g., ``anything.example.com``).