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
2019-10-09 11:38:40 +0800
Commit
41eb699ffe09b5d09ba670020d81676be4c264c5
1 parent
542ec7ba
add comments
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 @
41eb699
...
...
@@ -174,7 +174,7 @@ function cutdown()
end
end
--- temp not allowed the attacker's udid
if
udid
and
udid
==
"f85b7ca6933c57c0d345d99643cede7"
then
ngx
.
log
(
ngx
.
ERR
,
"[UDID ALLOWED]"
)
local
rsp2
=
'{"code": 10000, "message": "OK"}'
...
...
Please
register
or
login
to post a comment