Toggle navigation
Toggle navigation
This project
Loading...
Sign in
xiangkun
/
yoho-ansible-roles
·
Commits
Go to a project
GitLab
Go to dashboard
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
Your Name
2018-07-16 14:30:38 +0800
Commit
fbda5e517e4bec3567141d5f66216a48d4097e10
1 parent
840c6c9c
Add nginx path
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
roles/openresty/files/nginx/conf/vhosts/api.yoho.cn.conf
roles/openresty/files/nginx/conf/vhosts/api.yoho.cn.conf
View file @
fbda5e5
...
...
@@ -192,6 +192,11 @@ server {
proxy_set_header
Connection
""
;
proxy_set_header
Host
$
host
;
}
location
/
6894964747
.
txt
{
root
/
Data
/
local
/
openresty
-
1
.
9
.
15
.
1
/
nginx
/
html
;
}
}
...
...
Please
register
or
login
to post a comment