You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/rules/page-rules/reference/settings.mdx
+6-7Lines changed: 6 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,19 +7,18 @@ sidebar:
7
7
head:
8
8
- tag: title
9
9
content: Settings | Page Rules
10
-
11
10
---
12
11
13
-
import { Render } from"~/components"
12
+
import { Render } from"~/components";
14
13
15
14
Settings control the action Cloudflare takes once a request matches the URL pattern defined in a page rule. You can use settings to enable and disable multiple Cloudflare features across the dashboard.
16
15
17
16
<Renderfile="page-rules-migration" />
18
17
19
18
Note that:
20
19
21
-
* Some settings require a Pro, Business, or Enterprise domain plan.
22
-
* You can specify more than one setting to apply when the rule triggers.
20
+
- Some settings require a Pro, Business, or Enterprise domain plan.
21
+
- You can specify more than one setting to apply when the rule triggers.
23
22
24
23
Below is the full list of settings available, presented in the order that they appear in the **Cloudflare Page Rules** page in the Cloudflare dashboard.
25
24
@@ -43,15 +42,15 @@ Below is the full list of settings available, presented in the order that they a
43
42
| Edge Cache TTL | Specify how long to cache a resource in the Cloudflare global network. *Edge Cache TTL* is not visible in response headers. | All |
44
43
|[Email Obfuscation](/waf/tools/scrape-shield/email-address-obfuscation/)| Turn on or off **Email Obfuscation**.<Renderfile="configuration-rule-promotion"product="rules" /> | All |
45
44
| Forwarding URL | Redirects one URL to another using an `HTTP 301/302` redirect. Refer to [Wildcard matching and referencing](/rules/page-rules/reference/wildcard-matching/). | All |
46
-
|[Host Header Override](/rules/page-rules/how-to/rewrite-host-headers/)| Apply a specific host header.<Renderfile="origin-rule-promotion"product="rules"params={{ one: "/rules/origin-rules/features/#host-header" }} />| Enterprise |
47
-
| IP Geolocation Header | Cloudflare adds a `CF-IPCountry` HTTP header containing the country code that corresponds to the visitor. | All |
45
+
|[Host Header Override](/rules/page-rules/how-to/rewrite-host-headers/)| Apply a specific host header.<Renderfile="origin-rule-promotion"product="rules"params={{ originRuleUrl: "/rules/origin-rules/features/#host-header" }} /> | Enterprise |
46
+
| IP Geolocation Header | Cloudflare adds a `CF-IPCountry` HTTP header containing the country code that corresponds to the visitor. | All |
48
47
|[Mirage](/speed/optimization/images/mirage/)| Turn on or off **Mirage**.<Renderfile="configuration-rule-promotion"product="rules" /> | Pro and above |
49
48
|[Opportunistic Encryption](/ssl/edge-certificates/additional-options/opportunistic-encryption/)| Turn on or off the **Opportunistic Encryption**.<Renderfile="configuration-rule-promotion"product="rules" /> | All |
50
49
|[Origin Cache Control](/cache/concepts/cache-control/)| Origin Cache Control is enabled by default for Free, Pro, and Business domains and disabled by default for Enterprise domains. | All |
51
50
| Origin Error Page Pass-thru | Turn on or off Cloudflare error pages generated from issues sent from the origin server. If enabled, this setting triggers error pages issued by the origin. | Enterprise |
52
51
|[Polish](/images/polish/)| Apply options from the **Polish** feature of the Cloudflare **Speed** app.<Renderfile="configuration-rule-promotion"product="rules" /> | Pro and above |
53
52
|[Query String Sort](/cache/advanced-configuration/query-string-sort/)| Turn on or off the reordering of query strings. When query strings have the same structure, caching improves. | Enterprise |
54
-
|[Resolve Override](/rules/page-rules/how-to/override-url-or-ip-address/)| Change the origin address to the value specified in this setting. <Renderfile="origin-rule-promotion"product="rules"params={{ one: "/rules/origin-rules/features/#dns-record" }} />| Enterprise |
53
+
|[Resolve Override](/rules/page-rules/how-to/override-url-or-ip-address/)| Change the origin address to the value specified in this setting. <Renderfile="origin-rule-promotion"product="rules"params={{ originRuleUrl: "/rules/origin-rules/features/#dns-record" }} /> | Enterprise |
55
54
|[Respect Strong ETags](/cache/reference/etag-headers/)| Turn on or off byte-for-byte equivalency checks between the Cloudflare cache and the origin server. | Enterprise |
56
55
| Response Buffering | Turn on or off whether Cloudflare should wait for an entire file from the origin server before forwarding it to the site visitor. By default, Cloudflare sends packets to the client as they arrive from the origin server. | Enterprise |
57
56
|[Rocket Loader](/speed/optimization/content/rocket-loader/)| Turn on or off **Rocket Loader** in the Cloudflare **Speed** app.<Renderfile="configuration-rule-promotion"product="rules" /> | All |
0 commit comments