1
0
mirror of synced 2025-12-22 03:16:52 -05:00

Clarify Pages apex domain setup (#4955)

Co-authored-by: Tammy Metz <tmetz@github.com>
This commit is contained in:
J0J0 T
2021-04-01 02:40:49 +02:00
committed by GitHub
parent 0f1ca01afb
commit ebc023c3f9

View File

@@ -60,7 +60,7 @@ To set up a `www` or custom subdomain, such as `www.example.com` or `blog.exampl
### Configuring an apex domain
To set up an apex domain, such as `example.com`, you must configure a _CNAME_ file in your {% data variables.product.prodname_pages %} repository and an `ALIAS`, `ANAME`, or `A` record with your DNS provider.
To set up an apex domain, such as `example.com`, you must configure a _CNAME_ file in your {% data variables.product.prodname_pages %} repository and at least one `ALIAS`, `ANAME`, or `A` record with your DNS provider.
{% data reusables.pages.www-and-apex-domain-recommendation %}
@@ -70,7 +70,7 @@ To set up an apex domain, such as `example.com`, you must configure a _CNAME_ fi
![Save custom domain button](/assets/images/help/pages/save-custom-apex-domain.png)
5. Navigate to your DNS provider and create either an `ALIAS`, `ANAME`, or `A` record. {% data reusables.pages.contact-dns-provider %}
- To create an `ALIAS` or `ANAME` record, point your apex domain to the default domain for your site. {% data reusables.pages.default-domain-information %}
- To create an `A` record, point your apex domain to the IP addresses for {% data variables.product.prodname_pages %}.
- To create `A` records, point your apex domain to the IP addresses for {% data variables.product.prodname_pages %}.
```shell
185.199.108.153
185.199.109.153