Skip to content

Commit d512696

Browse files
committed
README: updated the example, added LimitMaxConnsPerUid and CheckLoadInterval options
1 parent ddcc63d commit d512696

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README

+4-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,10 @@ ExtendedStatus On
1818
LoadModule limits_module modules/mod_limits.so
1919

2020
<IfModule mod_limits.c>
21-
MaxConnsPerIP 30
22-
MaxLoadAVG 10
21+
LimitMaxConnsPerUid 20
22+
LimitMaxConnsPerIP 30
23+
LimitMaxLoadAVG 10
24+
CheckLoadInterval 5
2325
</IfModule>
2426

2527
---------------------------------------------------------------------------

0 commit comments

Comments
 (0)