We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 848121f commit dc8ab2bCopy full SHA for dc8ab2b
src/content/docs/ruleset-engine/rules-language/expressions/index.mdx
@@ -41,7 +41,7 @@ Where:
41
For example, this expression uses the `and` operator to target requests to `www.example.com` that are not on ports 80 or 443:
42
43
```txt
44
-host eq www.example.com and not cf.edge.server_port in {80 443}
+http.host eq www.example.com and not cf.edge.server_port in {80 443}
45
```
46
47
Compound expressions have the following general syntax:
0 commit comments