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
-----------
@@ -191,6 +191,60 @@ As an open source project we invite (and encourage) anyone from the community to
191
191
functionality, bug fixes, bug reports, beginners user support, and anything else that you
192
192
are willing to help with. Thank you.
193
193
194
+
modsecurity_skip_req_body_filter
195
+
-----------------
196
+
**syntax:***modsecurity_skip_req_body_filter on | off*
197
+
198
+
**context:***http, server, location*
199
+
200
+
**default:***off*
201
+
202
+
Allows to skip the caching of the request body and subsequently its inspection.
203
+
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