Skip to content

Commit 59d20bd

Browse files
authored
Merge pull request #90 from vimusov/rm_denied_num_limit_option
DEF-30842 Option denied_num_limit removed
2 parents 5d23b2a + 8ee0346 commit 59d20bd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/config_file_description/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,6 @@ Changes of config files will be applied automatically. You don’t need to resta
116116
<th colspan="2" align="left"><span class="notranslate">MOD_SEC_BLOCK_BY_SEVERITY:</span></th></tr>
117117
<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>
118118
<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>
119-
<tr><td><span class="notranslate">denied_num_limit: 2</span></td>
120-
<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>
121119
<tr><td><span class="notranslate">check_period: 120</span></td>
122120
<td># set a period in seconds during which incident from the same IP will be recorded as a repeat</td></tr>
123121
<tr><td><span class="notranslate">severity_limit: 2</span></td>

0 commit comments

Comments
 (0)