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
-----------
@@ -184,6 +184,60 @@ modsecurity_use_error_log
184
184
**default:***on*
185
185
186
186
Turns on or off ModSecurity error log functionality.
187
+
modsecurity_skip_req_body_filter
188
+
-----------------
189
+
**syntax:***modsecurity_skip_req_body_filter on | off*
190
+
191
+
**context:***http, server, location*
192
+
193
+
**default:***off*
194
+
195
+
Allows to skip the caching of the request body and subsequently its inspection.
196
+
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