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-07-16 16:23:47 +0800
Commit
093dee120841c9d2cefd5ac193e751313d3b1226
1 parent
4aadf765
add callback
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletions
roles/openresty/files/java-nginx-config/nginx/conf/vhosts/api.yoho.cn.conf
roles/openresty/files/java-nginx-config/nginx/conf/vhosts/api.yoho.cn.conf
View file @
093dee1
...
...
@@ -49,7 +49,12 @@ server {
#################### begin match service.yoho.cn #########################
location
/
callback
/
video
{
set
$
service_matched
1
;
rewrite_by_lua_file
conf
/
redirect
.
lua
;
}
location
/
shops
/
service
/
v1
/ {
...
...
Please
register
or
login
to post a comment