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/ruleset-engine/about/phases.mdx
+2-7Lines changed: 2 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,21 +3,16 @@ title: Phases
3
3
pcx_content_type: concept
4
4
sidebar:
5
5
order: 2
6
-
7
6
---
8
7
9
-
A phase defines a stage in the life of a request where you can execute rulesets. Phases are defined by Cloudflare and cannot be modified.
8
+
A phase defines a stage in the life of a request where you can execute [rulesets](/ruleset-engine/about/rulesets/). Phases are defined by Cloudflare and cannot be modified.
10
9
11
-
Phases exist at two levels: at the **account** level and at the **zone** level. For the same phase, rules defined at the account level are evaluated **before** the rules defined at the zone level.
10
+
Phases exist at two levels: at the account level and at the zone level. For the same phase, rules defined at the account level are evaluated before the rules defined at the zone level.
12
11
13
12
Each phase has at most one [entry point ruleset](/ruleset-engine/about/rulesets/#entry-point-ruleset) at the account and zone level.
14
13
15
14
:::note
16
-
17
-
18
15
Currently, phases at the account level are only available in Enterprise plans.
19
-
20
-
21
16
:::
22
17
23
18
The following diagram outlines the request handling process where requests go through the available phases:
Copy file name to clipboardExpand all lines: src/content/docs/ruleset-engine/about/rulesets.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ Specific Cloudflare products may provide other types of rulesets.
19
19
20
20
## Entry point ruleset
21
21
22
-
An entry point ruleset contains a list of ordered rules that run in a [phase](/ruleset-engine/about/phases/) at the account or zone level. This ruleset is an entry point for all rules executed in a phase. Some of these rules may run other rulesets.
22
+
An entry point ruleset contains a list of ordered [rules](/ruleset-engine/about/rules/) that run in a [phase](/ruleset-engine/about/phases/) at the account or zone level. This ruleset is an entry point for all rules executed in a phase. Some of these rules may run other rulesets.
23
23
24
24
Each phase has at most one entry point ruleset at the account level and at the zone level.
0 commit comments