Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ops
/
yoho-ansible-roles
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
chunhua.zhang
6 years ago
Commit
5019df3124da491ac1e87fc2bd5e92a9c81acc0e
1 parent
e7519121
add
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
roles/openresty/files/java-nginx-config/nginx/conf/lua/limit_api_flow.lua
roles/openresty/files/java-nginx-config/nginx/conf/lua/limit_api_flow.lua
View file @
5019df3
...
...
@@ -203,7 +203,7 @@ function main()
ngx
.
log
(
ngx
.
ERR
,
"call method [check_malIp] failed."
,
errMsg
)
end
status
,
errMsg
=
pcall
(
rate_limit_perIP
)
status
,
errMsg
=
pcall
(
rate_limit_perIP
Method
)
if
not
status
then
ngx
.
log
(
ngx
.
ERR
,
"call method [rate_limit perIp] failed."
,
errMsg
)
end
...
...
Please
register
or
login
to post a comment