mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2026-01-01 14:15:46 +03:00
Fixed SecRequestBodyNoFilesLimit Example Usage.
@@ -1166,7 +1166,7 @@ Anything over the limit will be rejected with status code 413 (Request Entity To
|
||||
|
||||
'''Syntax:''' <code>SecRequestBodyNoFilesLimit NUMBER_IN_BYTES </code>
|
||||
|
||||
'''Example Usage:''' <code>SecRequestBodyLimit 131072 </code>
|
||||
'''Example Usage:''' <code>SecRequestBodyNoFilesLimit 131072 </code>
|
||||
|
||||
'''Scope:''' Any
|
||||
|
||||
|
||||
Reference in New Issue
Block a user