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
7ed5e1731fb0861d78c633c327d0036d827dc578
1 parent
a9af74ab
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 @
7ed5e17
...
...
@@ -106,7 +106,7 @@ function check_malIp()
-- we must ignore mthod : app.graphic.img. this is app toast for user verified
local
method
=
http_request
.
get_method
()
if
method
and
(
method
==
"app.graphic.img"
or
method
==
"app.graphic.verify"
)
then
if
method
and
(
method
==
"app.graphic.img"
or
method
==
"app.graphic.verify"
)
then
return
true
end
...
...
Please
register
or
login
to post a comment