Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions docs/config_file_description/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,6 @@ Changes of config files will be applied automatically. You don’t need to resta
<th colspan="2" align="left"><span class="notranslate">MOD_SEC_BLOCK_BY_SEVERITY:</span></th></tr>
<tr><td><span class="notranslate">enable: True</span></td><td># allows to enable or disable option that moves IPs to <span class="notranslate">Gray List</span> if the ModSecurity rule is triggered</td></tr>
<tr><td><span class="notranslate">max_incidents: 2</span></td><td># set a number of repeats of the ModSecurity incident from the same IP for adding it to <span class="notranslate">Gray List</span></td></tr>
<tr><td><span class="notranslate">denied_num_limit: 2</span></td>
<td># set a number of repeats of the ModSecurity incidents that got Access Denied error from the same IP for adding it to <span class="notranslate">Gray List</span></td></tr>
<tr><td><span class="notranslate">check_period: 120</span></td>
<td># set a period in seconds during which incident from the same IP will be recorded as a repeat</td></tr>
<tr><td><span class="notranslate">severity_limit: 2</span></td>
Expand Down