Toggle navigation
Toggle navigation
This project
Loading...
Sign in
wangshusheng
/
YOHOBUYPC
·
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
梁志锋
2016-04-01 16:02:23 +0800
Commit
3ae6cd143fb7ba4348309fd96f9fde60b55a4f1f
1 parent
7223a87a
测试环境nginx配置
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
script/nginx/conf/vhosts/login.m.yohobuy.com.conf
script/nginx/conf/vhosts/login.m.yohobuy.com.conf
View file @
3ae6cd1
...
...
@@ -44,6 +44,10 @@ server
proxy_pass
http
://
mapi
.
yohobuy
.
com
;
}
location
= /
home
/
message
{
return
301
http
://
m
.
yohobuy
.
com
/
home
/
message
;
}
location
~* \.(
ico
|
woff
|
svg
|
eot
|
ttf
|
otf
)$ {
expires
30
d
;
}
...
...
Please
register
or
login
to post a comment