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: README.md
+55-1Lines changed: 55 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ Further information about nginx third-party add-ons support are available [here]
45
45
# Usage
46
46
47
47
ModSecurity for nginx extends your nginx configuration directives.
48
-
It adds four new directives and they are:
48
+
It adds six new directives and they are:
49
49
50
50
modsecurity
51
51
-----------
@@ -175,6 +175,60 @@ using the same unique identificator.
175
175
176
176
String can contain variables.
177
177
178
+
modsecurity_skip_req_body_filter
179
+
-----------------
180
+
**syntax:***modsecurity_skip_req_body_filter on | off*
181
+
182
+
**context:***http, server, location*
183
+
184
+
**default:***off*
185
+
186
+
Allows to skip the caching of the request body and subsequently its inspection.
187
+
Useful in cases, where `SecRequestBodyAccess` or `ctl:requestBodyAccess` is set, due to, e.g. encrypted data, as the caching causes an unneeded memory overhead.
0 commit comments