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-09-21 14:02:08 +0800
Commit
35d60a34b7ff30efbcf8beabea9582ca5cdf636d
1 parent
85b1c50f
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 @
35d60a3
...
...
@@ -79,7 +79,7 @@ function get_redirect_url()
-- get uid
local
uid
=
0
local
str_uid
=
http_request
.
get_req_param
(
"uid"
)
if
str_uid
then
if
str_uid
and
str_uid
~=
''
then
uid
=
tonumber
(
str_uid
)
end
-- force uid
...
...
Please
register
or
login
to post a comment