From 5838fd36da9c37a1957bfb9aa4f1e6a15bb8df71 Mon Sep 17 00:00:00 2001 From: Anuraag Agrawal Date: Fri, 31 Mar 2023 14:44:48 +0900 Subject: [PATCH] Fix description of default phase (#171) --- content/docs/seclang/syntax.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/seclang/syntax.md b/content/docs/seclang/syntax.md index 1b6817ed..624d8e30 100644 --- a/content/docs/seclang/syntax.md +++ b/content/docs/seclang/syntax.md @@ -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" >}})