Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
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
梁志锋
9 years ago
Commit
77d95714775bfb09cf05d3988b5dec2b71c5ac46
1 parent
dfda6567
优化nginx文件
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
10 additions
and
512 deletions
assets/error.html
script/nginx/conf/vhosts/login.m.yohobuy.com.conf → script/nginx/conf/vhosts/bak/login.m.yohobuy.com.conf
script/nginx/conf/vhosts/nginx.rls.yohobuy.https.bak.conf → script/nginx/conf/vhosts/bak/nginx.rls.yohobuy.https.bak.conf
script/nginx/conf/vhosts/nginx.rls.yohobuy.com.conf → script/nginx/conf/vhosts/bak/nginx.rls.yohobuy.nohttps.bak.conf
script/nginx/conf/vhosts/location/yohobuywap_php.conf
script/nginx/conf/vhosts/nginx.test.yohobuy.conf
script/nginx/conf/vhosts/apache.test.yohobuy.conf → script/nginx/conf/vhosts/test_environment/apache.test.yohobuy.conf
script/nginx/conf/vhosts/test205.yohobuy.conf → script/nginx/conf/vhosts/test_environment/test205.yohobuy_wap.conf
script/nginx/conf/vhosts/nginx.rls.yohobuy.https.conf → script/nginx/conf/vhosts/yohobuy_wap.conf
assets/error.html
View file @
77d9571
...
...
@@ -107,7 +107,7 @@
a
.
async
=
1
;
a
.
src
=
j
;
m
.
parentNode
.
insertBefore
(
a
,
m
);
})(
window
,
document
,
'script'
,
(
'https:'
==
document
.
location
.
protocol
?
'https'
:
'http'
)
+
'://'
+
'cdn.yoho.cn/yas-jssdk/1.0.1
4
/yas.js'
,
'_yas'
);
})(
window
,
document
,
'script'
,
(
'https:'
==
document
.
location
.
protocol
?
'https'
:
'http'
)
+
'://'
+
'cdn.yoho.cn/yas-jssdk/1.0.1
5
/yas.js'
,
'_yas'
);
</script>
<script>
...
...
script/nginx/conf/vhosts/login.m.yohobuy.com.conf → script/nginx/conf/vhosts/
bak/
login.m.yohobuy.com.conf
View file @
77d9571
script/nginx/conf/vhosts/nginx.rls.yohobuy.https.bak.conf → script/nginx/conf/vhosts/
bak/
nginx.rls.yohobuy.https.bak.conf
View file @
77d9571
script/nginx/conf/vhosts/
nginx.rls.yohobuy.com
.conf → script/nginx/conf/vhosts/
bak/nginx.rls.yohobuy.nohttps.bak
.conf
View file @
77d9571
script/nginx/conf/vhosts/location/yohobuywap_php.conf
View file @
77d9571
...
...
@@ -5,18 +5,16 @@
expires
7
d
;
}
# login and register 301 redirect to https
location
= /
reg
.
html
{
return
301
https
://
login
.
m
.
yohobuy
.
com
$
request_uri
;
}
location
= /
signin
.
html
{
return
301
https
://
login
.
m
.
yohobuy
.
com
$
request_uri
;
}
location
= /
login
.
html
{
return
301
https
://
login
.
m
.
yohobuy
.
com
$
request_uri
;
}
# product detail page 301 redirect to item use https
location
^~ /
product
/
pro_
{
return
301
https
://
item
.
m
.
yohobuy
.
com
$
request_uri
;
}
location
/ {
proxy_redirect
off
;
proxy_pass
http
://
yohobuy
;
proxy_set_header
Host
$
host
;
proxy_set_header
X
-
Real
-
IP
$
remote_addr
;
proxy_set_header
X
-
Forwarded
-
For
$
proxy_add_x_forwarded_for
;
proxy_set_header
Accept
-
Encoding
"gzip"
;
}
...
...
script/nginx/conf/vhosts/nginx.test.yohobuy.conf
deleted
100644 → 0
View file @
dfda656
server
{
listen
80
;
server_name
m
.
yohobuy
.
com
;
#access_log /Data/logs/access.buy.test.yoho.cn.log combined;
error_log
/
Data
/
logs
/
nginx
/
error
.
m
.
yohobuy
.
com
.
log
warn
;
root
/
Data
/
code
/
git
/
yohobuy
/
yohobuy
/
m
.
yohobuy
.
com
/
public
;
location
~* \.(
ico
|
woff
|
svg
|
eot
|
ttf
|
otf
)$ {
expires
30
d
;
}
location
=/
crossdomain
.
xml
{
expires
7
d
;
}
location
=/
sitemap
.
xml
{
expires
1
d
;
}
location
=/
robots
.
txt
{
expires
1
d
;
}
# login and register 301 redirect to https
location
= /
reg
.
html
{
proxy_redirect
off
;
proxy_pass
http
://
yohobuy
;
proxy_set_header
Host
$
host
;
proxy_set_header
X
-
Real
-
IP
$
remote_addr
;
proxy_set_header
X
-
Forwarded
-
For
$
proxy_add_x_forwarded_for
;
proxy_set_header
Accept
-
Encoding
"gzip"
;
}
location
= /
signin
.
html
{
proxy_redirect
off
;
proxy_pass
http
://
yohobuy
;
proxy_set_header
Host
$
host
;
proxy_set_header
X
-
Real
-
IP
$
remote_addr
;
proxy_set_header
X
-
Forwarded
-
For
$
proxy_add_x_forwarded_for
;
proxy_set_header
Accept
-
Encoding
"gzip"
;
}
location
= /
login
.
html
{
proxy_redirect
off
;
proxy_pass
http
://
yohobuy
;
proxy_set_header
Host
$
host
;
proxy_set_header
X
-
Real
-
IP
$
remote_addr
;
proxy_set_header
X
-
Forwarded
-
For
$
proxy_add_x_forwarded_for
;
proxy_set_header
Accept
-
Encoding
"gzip"
;
}
location
=/
appembed
{
default_type
application
/
json
;
return
200
'{"code":200,"message":"app embed","data":{"open":"N","url":"http://m.yohobuy.com"}}'
;
}
location
=/
lb
/
v1
{
#cc: e0323a9039add2978bf5b49550572c7c oo:e47ca7a09cf6781e29634502345930a7
#acecl:7ea6bdf07376a928c5d4677789c45463 opqcl:kai: 352f028bd6ecf28de1c285c573642659 guang:7ea6bdf07376a928c5d4677789c45463
#srp 62a165d59f8daf42e2df5f3c5aed8a2f krp:17d7a40f313560d4d9a1189a91e45ab9
#boc 94931e4a3036baeecdacb975e10a8ec6 bcc:dc9262a469f6f315f74c087a7b3a7f35
default_type
application
/
json
;
return
200
'{"code":200,"message":"Config Success","md5":"1231231231231","data":{"ae":"e0323a9039add2978bf5b49550572c7c","url":"http://m.yohobuy.com","tl":"7ea6bdf07376a928c5d4677789c45463","rp":"62a165d59f8daf42e2df5f3c5aed8a2f","bv":"94931e4a3036baeecdacb975e10a8ec6","dl":"2a90dfa0f37b92aaebf369e9a4d38ba4"}}'
;
}
# 一些静态页面有关
location
= /
help
/
limitcodehelp
.
html
{
root
/
Data
/
code
/
git
/
yohobuy
/
assets
;
expires
7
d
;
}
location
= /
help
/
limitcodeintro
.
html
{
root
/
Data
/
code
/
git
/
yohobuy
/
assets
;
expires
7
d
;
}
location
= /
help
/
shareorder
.
html
{
root
/
Data
/
code
/
git
/
yohobuy
/
assets
;
expires
7
d
;
}
location
= /
emailback
.
html
{
root
/
Data
/
code
/
git
/
yohobuy
/
assets
;
expires
7
d
;
}
location
= /
phoneback
.
html
{
root
/
Data
/
code
/
git
/
yohobuy
/
assets
;
expires
7
d
;
}
location
= /
error
.
html
{
root
/
Data
/
code
/
git
/
yohobuy
/
assets
;
expires
7
d
;
}
location
^~ /
dist
/ {
proxy_redirect
off
;
proxy_set_header
X
-
Real
-
IP
$
remote_addr
;
proxy_pass
http
://
cdn
.
yoho
.
cn
/;
}
# location / {
# return 301 https://m.yohobuy.com$request_uri;
# }
location
/ {
proxy_redirect
off
;
proxy_pass
http
://
yohobuy
;
proxy_set_header
Host
$
host
;
proxy_set_header
X
-
Real
-
IP
$
remote_addr
;
proxy_set_header
X
-
Forwarded
-
For
$
proxy_add_x_forwarded_for
;
proxy_set_header
Accept
-
Encoding
"gzip"
;
}
# 老页面
location
=/
invite
.
html
{
proxy_redirect
off
;
proxy_pass
http
://
119
.
254
.
81
.
245
;
proxy_set_header
Host
m
.
yohobuy
.
com
;
proxy_set_header
X
-
Real
-
IP
$
remote_addr
;
proxy_set_header
X
-
Forwarded
-
For
$
proxy_add_x_forwarded_for
;
proxy_set_header
Accept
-
Encoding
"gzip"
;
}
location
=/
app
.
html
{
proxy_redirect
off
;
proxy_pass
http
://
119
.
254
.
81
.
245
;
proxy_set_header
Host
m
.
yohobuy
.
com
;
proxy_set_header
X
-
Real
-
IP
$
remote_addr
;
proxy_set_header
X
-
Forwarded
-
For
$
proxy_add_x_forwarded_for
;
proxy_set_header
Accept
-
Encoding
"gzip"
;
}
location
=/
yohood
.
html
{
proxy_redirect
off
;
proxy_pass
http
://
119
.
254
.
81
.
245
;
proxy_set_header
Host
m
.
yohobuy
.
com
;
proxy_set_header
X
-
Real
-
IP
$
remote_addr
;
proxy_set_header
X
-
Forwarded
-
For
$
proxy_add_x_forwarded_for
;
proxy_set_header
Accept
-
Encoding
"gzip"
;
}
#location ^~ /home/message {
# proxy_redirect off;
# proxy_pass http://119.254.81.245;
# proxy_set_header Host m.yohobuy.com;
# proxy_set_header X-Real-IP $remote_addr;
# proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
# proxy_set_header Accept-Encoding "gzip";
#}
location
^~ /
home
/
lottery
{
proxy_redirect
off
;
proxy_pass
http
://
119
.
254
.
81
.
245
;
proxy_set_header
Host
m
.
yohobuy
.
com
;
proxy_set_header
X
-
Real
-
IP
$
remote_addr
;
proxy_set_header
X
-
Forwarded
-
For
$
proxy_add_x_forwarded_for
;
proxy_set_header
Accept
-
Encoding
"gzip"
;
}
location
^~ /
home
/
redenvelopes
{
proxy_redirect
off
;
proxy_pass
http
://
119
.
254
.
81
.
245
;
proxy_set_header
Host
m
.
yohobuy
.
com
;
proxy_set_header
X
-
Real
-
IP
$
remote_addr
;
proxy_set_header
X
-
Forwarded
-
For
$
proxy_add_x_forwarded_for
;
proxy_set_header
Accept
-
Encoding
"gzip"
;
}
location
^~ /
home
/
orders
/
tickets
{
proxy_redirect
off
;
proxy_pass
http
://
119
.
254
.
81
.
245
;
proxy_set_header
Host
m
.
yohobuy
.
com
;
proxy_set_header
X
-
Real
-
IP
$
remote_addr
;
proxy_set_header
X
-
Forwarded
-
For
$
proxy_add_x_forwarded_for
;
proxy_set_header
Accept
-
Encoding
"gzip"
;
}
location
^~ /
home
/
currency
/ {
proxy_redirect
off
;
proxy_pass
http
://
119
.
254
.
81
.
245
;
proxy_set_header
Host
m
.
yohobuy
.
com
;
proxy_set_header
X
-
Real
-
IP
$
remote_addr
;
proxy_set_header
X
-
Forwarded
-
For
$
proxy_add_x_forwarded_for
;
proxy_set_header
Accept
-
Encoding
"gzip"
;
}
location
= /
home
/
orders
/
cancel
{
proxy_redirect
off
;
proxy_pass
http
://
119
.
254
.
81
.
245
;
proxy_set_header
Host
m
.
yohobuy
.
com
;
proxy_set_header
X
-
Real
-
IP
$
remote_addr
;
proxy_set_header
X
-
Forwarded
-
For
$
proxy_add_x_forwarded_for
;
proxy_set_header
Accept
-
Encoding
"gzip"
;
}
location
^~ /
wechat
{
proxy_redirect
off
;
proxy_pass
http
://
119
.
254
.
81
.
245
;
proxy_set_header
Host
m
.
yohobuy
.
com
;
proxy_set_header
X
-
Real
-
IP
$
remote_addr
;
proxy_set_header
X
-
Forwarded
-
For
$
proxy_add_x_forwarded_for
;
proxy_set_header
Accept
-
Encoding
"gzip"
;
}
location
^~ /
huodong
{
proxy_redirect
off
;
proxy_pass
http
://
119
.
254
.
81
.
245
;
proxy_set_header
Host
m
.
yohobuy
.
com
;
proxy_set_header
X
-
Real
-
IP
$
remote_addr
;
proxy_set_header
X
-
Forwarded
-
For
$
proxy_add_x_forwarded_for
;
proxy_set_header
Accept
-
Encoding
"gzip"
;
}
location
^~ /
download
{
proxy_redirect
off
;
proxy_pass
http
://
119
.
254
.
81
.
245
;
proxy_set_header
Host
m
.
yohobuy
.
com
;
proxy_set_header
X
-
Real
-
IP
$
remote_addr
;
proxy_set_header
X
-
Forwarded
-
For
$
proxy_add_x_forwarded_for
;
proxy_set_header
Accept
-
Encoding
"gzip"
;
}
location
^~ /
events
{
proxy_redirect
off
;
proxy_pass
http
://
119
.
254
.
81
.
245
;
proxy_set_header
Host
m
.
yohobuy
.
com
;
proxy_set_header
X
-
Real
-
IP
$
remote_addr
;
proxy_set_header
X
-
Forwarded
-
For
$
proxy_add_x_forwarded_for
;
proxy_set_header
Accept
-
Encoding
"gzip"
;
}
location
^~ /
appactive
{
proxy_redirect
off
;
proxy_pass
http
://
119
.
254
.
81
.
245
;
proxy_set_header
Host
m
.
yohobuy
.
com
;
proxy_set_header
X
-
Real
-
IP
$
remote_addr
;
proxy_set_header
X
-
Forwarded
-
For
$
proxy_add_x_forwarded_for
;
proxy_set_header
Accept
-
Encoding
"gzip"
;
}
location
^~ /
cart
/
success
{
proxy_redirect
off
;
proxy_pass
http
://
119
.
254
.
81
.
245
;
proxy_set_header
Host
m
.
yohobuy
.
com
;
proxy_set_header
X
-
Real
-
IP
$
remote_addr
;
proxy_set_header
X
-
Forwarded
-
For
$
proxy_add_x_forwarded_for
;
proxy_set_header
Accept
-
Encoding
"gzip"
;
}
location
^~ /
shopping
/
success
{
proxy_redirect
off
;
proxy_pass
http
://
119
.
254
.
81
.
245
;
proxy_set_header
Host
m
.
yohobuy
.
com
;
proxy_set_header
X
-
Real
-
IP
$
remote_addr
;
proxy_set_header
X
-
Forwarded
-
For
$
proxy_add_x_forwarded_for
;
proxy_set_header
Accept
-
Encoding
"gzip"
;
}
location
^~ /
shopping
/
pay
/
aliwap
{
proxy_redirect
off
;
proxy_pass
http
://
119
.
254
.
81
.
245
;
proxy_set_header
Host
m
.
yohobuy
.
com
;
proxy_set_header
X
-
Real
-
IP
$
remote_addr
;
proxy_set_header
X
-
Forwarded
-
For
$
proxy_add_x_forwarded_for
;
proxy_set_header
Accept
-
Encoding
"gzip"
;
}
location
= /
shopping
/
pay
/
wechatwap
{
proxy_redirect
off
;
proxy_pass
http
://
119
.
254
.
81
.
245
;
proxy_set_header
Host
m
.
yohobuy
.
com
;
proxy_set_header
X
-
Real
-
IP
$
remote_addr
;
proxy_set_header
X
-
Forwarded
-
For
$
proxy_add_x_forwarded_for
;
proxy_set_header
Accept
-
Encoding
"gzip"
;
}
location
^~ /
passport
/
syncsignin
{
proxy_redirect
off
;
proxy_pass
http
://
119
.
254
.
81
.
245
;
proxy_set_header
Host
m
.
yohobuy
.
com
;
proxy_set_header
X
-
Real
-
IP
$
remote_addr
;
proxy_set_header
X
-
Forwarded
-
For
$
proxy_add_x_forwarded_for
;
proxy_set_header
Accept
-
Encoding
"gzip"
;
}
location
=/
product
/
index
/
search
{
proxy_redirect
off
;
proxy_pass
http
://
119
.
254
.
81
.
245
;
proxy_set_header
Host
m
.
yohobuy
.
com
;
proxy_set_header
X
-
Real
-
IP
$
remote_addr
;
proxy_set_header
X
-
Forwarded
-
For
$
proxy_add_x_forwarded_for
;
proxy_set_header
Accept
-
Encoding
"gzip"
;
}
location
=/
download
/
appsem
{
return
301
http
://
cdn
.
yoho
.
cn
/
huodong
-
web
/
appsem
/
appsem
.
html
;
}
}
server
{
listen
80
;
server_name
*.
m
.
yohobuy
.
com
;
#access_log /Data/logs/access.buy.test.yoho.cn.log combined;
error_log
/
Data
/
logs
/
nginx
/
error
.
m
.
yohobuy
.
com
.
log
warn
;
root
/
Data
/
code
/
git
/
yohobuy
/
yohobuy
/
m
.
yohobuy
.
com
/
public
;
location
~* \.(
ico
|
woff
|
svg
|
eot
|
ttf
|
otf
)$ {
expires
30
d
;
}
location
=/
crossdomain
.
xml
{
expires
7
d
;
}
location
=/
sitemap
.
xml
{
expires
1
d
;
}
location
=/
robots
.
txt
{
expires
1
d
;
}
location
= /
error
.
html
{
root
/
Data
/
code
/
git
/
yohobuy
/
assets
;
expires
7
d
;
}
location
^~ /
Passport
/
session
{
proxy_redirect
off
;
proxy_pass
http
://
119
.
254
.
81
.
245
;
proxy_set_header
Host
m1
.
yohobuy
.
com
;
proxy_set_header
X
-
Real
-
IP
$
remote_addr
;
proxy_set_header
X
-
Forwarded
-
For
$
proxy_add_x_forwarded_for
;
proxy_set_header
Accept
-
Encoding
"gzip"
;
}
# location / {
# return 301 https://$host$request_uri;
# }
#
location
/ {
proxy_redirect
off
;
proxy_pass
http
://
yohobuy
;
proxy_set_header
Host
$
host
;
proxy_set_header
X
-
Real
-
IP
$
remote_addr
;
proxy_set_header
X
-
Forwarded
-
For
$
proxy_add_x_forwarded_for
;
proxy_set_header
Accept
-
Encoding
"gzip"
;
}
}
server
{
listen
80
;
# listen 443 ssl;
# ssl_certificate /Data/local/nginx-1.8.0/ssl/server.crt;
# ssl_certificate_key /Data/local/nginx-1.8.0/ssl/server.key;
server_name
cdn
.
yoho
.
cn
;
# access_log /Data/logs/nginx/access.static.m.yohobuy.com.log combined;
# error_log /Data/logs/nginx/error.static.m.yohobuy.com.log warn;
root
/
Data
/
code
/
git
/
yohobuy
/
static
/
dist
;
#location / {
# log_not_found off;
# access_log off;
# #expires 30d;
#}
location
~* \.(
svg
|
eot
|
ttf
|
woff
|
otf
)$ {
add_header
Access
-
Control
-
Allow
-
Origin
*;
expires
30
d
;
}
location
^~ /
yohobuy
/ {
add_header
Access
-
Control
-
Allow
-
Origin
*;
root
/
Data
/
code
/
git
/
web
/
yohobuy
/
web
-
static
/
dist
/;
}
location
/ {
expires
1
d
;
}
}
# server
# {
# listen 443;
# server_name m.yohobuy.com;
# ssl on;
# ssl_certificate /Data/local/nginx-1.8.0/ssl/server.crt;
# ssl_certificate_key /Data/local/nginx-1.8.0/ssl/server.key;
# root /Data/code/git/yohobuy/yohobuy/m.yohobuy.com/public;
# location = /appembed {
# default_type application/json;
# return 200 '{"code":200,"message":"app embed","data":{"open":"N","url":"http://m.yohobuy.com"}}';
# }
# location = /lb/v1 {
# #cc: e0323a9039add2978bf5b49550572c7c oo:e47ca7a09cf6781e29634502345930a7
# #acecl:7ea6bdf07376a928c5d4677789c45463 opqcl:kai: 352f028bd6ecf28de1c285c573642659 guang:7ea6bdf07376a928c5d4677789c45463
# #srp 62a165d59f8daf42e2df5f3c5aed8a2f krp:17d7a40f313560d4d9a1189a91e45ab9
# #boc 94931e4a3036baeecdacb975e10a8ec6 bcc:dc9262a469f6f315f74c087a7b3a7f35
# default_type application/json;
# return 200 '{"code":200,"message":"Config Success","md5":"1231231231231","data":{"ae":"e0323a9039add2978bf5b49550572c7c","url":"http://m.yohobuy.com","tl":"7ea6bdf07376a928c5d4677789c45463","rp":"62a165d59f8daf42e2df5f3c5aed8a2f","bv":"94931e4a3036baeecdacb975e10a8ec6"}}';
# }
# location = /help/shareorder.html {
# root /Data/code/git/yohobuy/assets;
# expires 7d;
# }
# location = /emailback.html {
# root /Data/code/git/yohobuy/assets;
# expires 7d;
# }
# location = /phoneback.html {
# root /Data/code/git/yohobuy/assets;
# expires 7d;
# }
# location = /error.html {
# root /Data/code/git/yohobuy/assets;
# expires 7d;
# }
# # login and register 301 redirect to https
# location = /reg.html {
# return 301 https://login.m.yohobuy.com$request_uri;
# }
# location = /signin.html {
# return 301 https://login.m.yohobuy.com$request_uri;
# }
# location = /login.html {
# return 301 https://login.m.yohobuy.com$request_uri;
# }
# location ^~ /Passport/session {
# proxy_redirect off;
# proxy_pass http://119.254.81.245;
# proxy_set_header Host m1.yohobuy.com;
# proxy_set_header X-Real-IP $remote_addr;
# proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
# proxy_set_header Accept-Encoding "gzip";
# }
# location / {
# proxy_redirect off;
# proxy_pass http://yohobuy;
# proxy_set_header Host $host;
# proxy_set_header X-Real-IP $remote_addr;
# proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
# proxy_set_header Accept-Encoding "gzip";
# }
# location ~* \.(ico|woff|svg|eot|ttf|otf)$ {
# expires 30d;
# }
# location =/crossdomain.xml {
# expires 30d;
# }
# location =/sitemap.xml {
# expires 1d;
# }
# location =/robots.txt {
# expires 1d;
# }
# }
# server
# {
# listen 443;
# server_name *.m.yohobuy.com;
# ssl on;
# ssl_certificate /Data/local/nginx-1.8.0/ssl/server.crt;
# ssl_certificate_key /Data/local/nginx-1.8.0/ssl/server.key;
# root /Data/code/git/yohobuy/yohobuy/m.yohobuy.com/public;
# location = /error.html {
# root /Data/code/git/yohobuy/assets;
# expires 7d;
# }
# location ^~ /Passport/session {
# proxy_redirect off;
# proxy_pass http://119.254.81.245;
# proxy_set_header Host m1.yohobuy.com;
# proxy_set_header X-Real-IP $remote_addr;
# proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
# proxy_set_header Accept-Encoding "gzip";
# }
# location / {
# proxy_redirect off;
# proxy_pass http://yohobuy;
# proxy_set_header Host $host;
# proxy_set_header X-Real-IP $remote_addr;
# proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
# proxy_set_header Accept-Encoding "gzip";
# }
# location ~* \.(ico|woff|svg|eot|ttf|otf)$ {
# expires 30d;
# }
# location =/crossdomain.xml {
# expires 30d;
# }
# location =/sitemap.xml {
# expires 1d;
# }
# location =/robots.txt {
# expires 1d;
# }
# }
script/nginx/conf/vhosts/apache.test.yohobuy.conf → script/nginx/conf/vhosts/
test_environment/
apache.test.yohobuy.conf
View file @
77d9571
script/nginx/conf/vhosts/test
205.yohobuy
.conf → script/nginx/conf/vhosts/test
_environment/test205.yohobuy_wap
.conf
View file @
77d9571
script/nginx/conf/vhosts/
nginx.rls.yohobuy.https
.conf → script/nginx/conf/vhosts/
yohobuy_wap
.conf
View file @
77d9571
...
...
@@ -72,14 +72,6 @@ server
return
301
http
://$
host
$
request_uri
;
}
location
/ {
proxy_redirect
off
;
proxy_pass
http
://
yohobuy
;
proxy_set_header
Host
$
host
;
proxy_set_header
X
-
Real
-
IP
$
remote_addr
;
proxy_set_header
X
-
Forwarded
-
For
$
proxy_add_x_forwarded_for
;
proxy_set_header
Accept
-
Encoding
"gzip"
;
}
}
server
...
...
Please
register
or
login
to post a comment