Skip to content

Commit c76a1f5

Browse files
Clarify CNAME record value for private GitHub Pages sites (#63163)
Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com>
1 parent 3cdc359 commit c76a1f5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

‎content/pages/configuring-a-custom-domain-for-your-github-pages-site/managing-a-custom-domain-for-your-github-pages-site.md‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,8 @@ To set up an apex domain, such as `example.com`, you must configure a custom dom
103103

104104
Navigate to your DNS provider and create a `CNAME` record for the `www` subdomain that points to your {% data variables.product.prodname_pages %} default domain. For example, if your site is located at `<user>.github.io`, you should create a `CNAME` record that points `www.example.com` to `<user>.github.io` Similarly, for an organization site located at `<organization>.github.io`, you should create a `CNAME` record that points `www.example.com` to `<organization>.github.io`. Ensure that the `CNAME` record points directly to `<user>.github.io` or `<organization>.github.io` without including the repository name.
105105

106+
These `CNAME` record values are the same for both publicly and privately published {% data variables.product.prodname_pages %} sites. Privately published sites are available with {% data variables.product.prodname_ghe_cloud %}.
107+
106108
{% data reusables.pages.contact-dns-provider %} {% data reusables.pages.default-domain-information %}
107109

108110
## Configuring a subdomain

0 commit comments

Comments
 (0)