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
320bd1062aa2868e0d30f5a6736990b53bba646c
1 parent
a513d1c5
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/redirect.lua
roles/openresty/files/java-nginx-config/nginx/conf/redirect.lua
View file @
320bd10
...
...
@@ -85,7 +85,7 @@ function main()
local
hash
=
tonumber
(
uid
)
%
100
if
hash
<=
percentage
then
redirectPath
=
"apiaws"
;
redirectPath
=
"
/
apiaws"
;
end
end
...
...
Please
register
or
login
to post a comment