Skip to content

Commit d58ab89

Browse files
comments
1 parent 990d242 commit d58ab89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/routes/blog/post/announcing-cname-flattening/+page.markdoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Appwrite Sites now supports **CNAME flattening**, so you can connect your domain
1616

1717
# Add a record, not a migration
1818

19-
With CNAME flattening support, connecting a custom domain is just a DNS record away. Keep your existing provider, add a CNAME or ALIAS/ANAME record pointing to Appwrite, verify the domain in the Console, and your site is live with SSL automatically configured.
19+
With CNAME flattening support, connecting a custom domain is just a DNS record away. Keep your existing provider, add a CNAME or ALIAS/ANAME record pointing to Appwrite, and verify the domain in the Console. Once DNS propagates, your site is live with SSL automatically configured. DNS propagation can take anywhere from a few minutes to a few hours depending on your provider and TTL settings.
2020

2121
This is especially useful for teams that rely on their DNS provider for more than just domain resolution. If Cloudflare handles your caching, security headers, or MX records, you no longer have to choose between that setup and Appwrite Sites.
2222

@@ -31,7 +31,7 @@ Depending on your provider, this goes by different names. Cloudflare calls it **
3131
1. Open your site settings in the Appwrite Console.
3232
2. Add your custom domain.
3333
3. Appwrite provides a DNS target.
34-
4. Go to your DNS provider and create the required record. Use a CNAME for subdomains, or an ALIAS/ANAME record for the root domain.
34+
4. Go to your DNS provider and create a CNAME record pointing to the DNS target. Providers like Cloudflare will handle CNAME flattening at the root automatically. On other providers, you may need to use an ALIAS or ANAME record for the root domain.
3535
5. Return to Appwrite and verify the domain.
3636

3737
# Available now

0 commit comments

Comments
 (0)