...
|
...
|
@@ -202,12 +202,6 @@ function main() |
|
|
ngx.log(ngx.ERR, "call method [check_malIp] failed.", errMsg)
|
|
|
end
|
|
|
|
|
|
status, errMsg = pcall(rate_limit_perIP)
|
|
|
if not status then
|
|
|
ngx.log(ngx.ERR, "call method [rate_limit perIp] failed.", errMsg)
|
|
|
end
|
|
|
|
|
|
|
|
|
status, errMsg = pcall(rate_limit)
|
|
|
if not status then
|
|
|
ngx.log(ngx.ERR, "call method [rate_limit] failed.", errMsg)
|
...
|
...
|
|