Skip to content

Commit 97fb831

Browse files
committed
[Cache] Add Cache Rules requirement
1 parent de82c48 commit 97fb831

File tree

1 file changed

+6
-3
lines changed
  • src/content/docs/cache/how-to/cache-rules

1 file changed

+6
-3
lines changed

src/content/docs/cache/how-to/cache-rules/index.mdx

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,17 @@ pcx_content_type: concept
55

66
import { FeatureTable, Render } from "~/components";
77

8-
Use Cache Rules to customize cache settings on Cloudflare. Cache Rules allows you to make adjustments to what is eligible to cache, how long it should be cached and where, as well as trigger specific interactions with Cloudflares cache and other Rules products for matching requests.
8+
Use Cache Rules to customize cache settings on Cloudflare. Cache Rules allows you to make adjustments to what is eligible to cache, how long it should be cached and where, as well as trigger specific interactions with Cloudflare's cache and other Rules products for matching requests.
99

1010
Cache Rules can be created in the [dashboard](/cache/how-to/cache-rules/create-dashboard/), via [API](/cache/how-to/cache-rules/create-api/) or [Terraform](/cache/how-to/cache-rules/terraform-example/).
1111

12-
:::note
12+
:::note[Notes]
13+
14+
Cache Rules require that you [proxy the DNS records](/dns/manage-dns-records/reference/proxied-dns-records/) of your domain (or subdomain) through Cloudflare.
15+
1316
Rules can be versioned. Refer to the [Version Management](/version-management/) documentation for more information.
14-
:::
1517

18+
:::
1619

1720
## Rules templates
1821

0 commit comments

Comments
 (0)