Showing
1 changed file
with
2 additions
and
1 deletions
@@ -237,6 +237,7 @@ http | @@ -237,6 +237,7 @@ http | ||
237 | default 1; | 237 | default 1; |
238 | # CIDR in the list below are limited | 238 | # CIDR in the list below are limited |
239 | 10.66.251.0/24 0; | 239 | 10.66.251.0/24 0; |
240 | + 192.168.32.0/19 0; | ||
240 | } | 241 | } |
241 | 242 | ||
242 | map $uic_blacklist $limit_uic { | 243 | map $uic_blacklist $limit_uic { |
@@ -244,7 +245,7 @@ http | @@ -244,7 +245,7 @@ http | ||
244 | 1 ""; | 245 | 1 ""; |
245 | } | 246 | } |
246 | 247 | ||
247 | - limit_req_zone $limit_uic zone=limit_uic_zone:30m rate=30r/s; | 248 | + limit_req_zone $limit_uic zone=limit_uic_zone:30m rate=50r/s; |
248 | ############################################################## | 249 | ############################################################## |
249 | 250 | ||
250 | 251 |
-
Please register or login to post a comment