Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
hf
9 years ago
Commit
faf6f89c55ff494d59581429837b9f1384d9ab43
1 parent
6c36054a
code review by huanbao.wang: do feature brands and plusstar
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
script/nginx/conf/vhosts/nginx.rls.web.yohobuy.com.conf
script/nginx/conf/vhosts/nginx.rls.web.yohobuy.com.conf
View file @
faf6f89
...
...
@@ -133,7 +133,7 @@ server
proxy_set_header
X
-
Forwarded
-
For
$
proxy_add_x_forwarded_for
;
proxy_set_header
Accept
-
Encoding
"gzip"
;
}
location
^~ /
brand
/
plusstar
{
location
^~ /
brand
s
/
plusstar
{
proxy_redirect
off
;
proxy_pass
http
://
yohobuy
-
pc
;
proxy_set_header
Host
$
host
;
...
...
@@ -141,7 +141,7 @@ server
proxy_set_header
X
-
Forwarded
-
For
$
proxy_add_x_forwarded_for
;
proxy_set_header
Accept
-
Encoding
"gzip"
;
}
location
^~ /
brand
/
brandList
{
location
^~ /
brand
s
/
brandList
{
proxy_redirect
off
;
proxy_pass
http
://
yohobuy
-
pc
;
proxy_set_header
Host
$
host
;
...
...
@@ -149,7 +149,7 @@ server
proxy_set_header
X
-
Forwarded
-
For
$
proxy_add_x_forwarded_for
;
proxy_set_header
Accept
-
Encoding
"gzip"
;
}
location
^~ /
brand
/
brandinfo
{
location
^~ /
brand
s
/
brandinfo
{
proxy_redirect
off
;
proxy_pass
http
://
yohobuy
-
pc
;
proxy_set_header
Host
$
host
;
...
...
Please
register
or
login
to post a comment