Skip to content

Commit

Permalink
Fix description of default phase (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
anuraaga committed Mar 31, 2023
1 parent 5d5fd04 commit 5838fd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/seclang/syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ SecSampleDirective this \
Rules are a special directive that must contain variables, operator and actions: ```SecRule VARIABLES "@OPERATOR OPERATOR_ARGUMENTS" "ACTIONS"```.

* All rules **must** have a unique ID action, for example ```"id:1"```.
* If there is no **phase** action, the phase will default to 2 (request headers).
* If there is no **phase** action, the phase will default to 2 (request body).
* Rules can contain only one disruptive action
* More default actions can be set with [SecDefaultAction]({{< relref "directives/#SecDefaultAction" >}})

Expand Down

0 comments on commit 5838fd3

Please sign in to comment.