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
4d46d9b61c5aaee17c8aff716f986a80949b66ba
1 parent
f3190d58
modify side nav to call h5 api
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
62 additions
and
94 deletions
script/nginx/conf/vhosts/apache.test.yohobuy.conf
script/nginx/conf/vhosts/yohobuy.test.conf → script/nginx/conf/vhosts/nginx.test.yohobuy.conf
script/nginx/conf/vhosts/yohobuy.rls.conf
script/nginx/conf/vhosts/apache.test.yohobuy.conf
0 → 100644
View file @
4d46d9b
<
VirtualHost
*:
8080
>
ServerAdmin
root
@
localhost
CustomLog
"/Data/logs/apache/access.buy.test.yoho.cn.log"
combined
ErrorLog
"/Data/logs/apache/error.buy.test.yoho.cn.log"
ServerName
buy
.
test
.
yoho
.
cn
DocumentRoot
"/Data/code/git/yohobuy/yohobuy/m.yohobuy.com/public"
RewriteEngine
on
RewriteCond
%{
REQUEST_FILENAME
} !-
f
RewriteCond
%{
REQUEST_FILENAME
} !-
d
RewriteCond
%{
REQUEST_URI
} !^.*(\.
css
|\.
js
|\.
gif
|\.
png
|\.
jpg
|\.
jpeg
|\.
svg
|\.
woff
|\.
eot
|\.
ttf
)$
RewriteRule
^/(.+)$ /
index
.
php
[
L
]
<
Directory
/>
LimitRequestBody
10485760
Options
FollowSymLinks
AllowOverride
None
Order
allow
,
deny
Allow
from
all
Require
all
granted
</
Directory
>
</
VirtualHost
>
<
VirtualHost
*:
8080
>
ServerAdmin
root
@
localhost
CustomLog
"/Data/logs/apache/access.guang.test.yoho.cn.log"
combined
ErrorLog
"/Data/logs/apache/error.guang.test.yoho.cn.log"
ServerName
guang
.
test
.
yoho
.
cn
DocumentRoot
"/Data/code/git/yohobuy/yohobuy/m.yohobuy.com/public"
RewriteEngine
on
RewriteCond
%{
REQUEST_FILENAME
} !-
f
RewriteCond
%{
REQUEST_FILENAME
} !-
d
RewriteCond
%{
REQUEST_URI
} !^.*(\.
css
|\.
js
|\.
gif
|\.
png
|\.
jpg
|\.
jpeg
|\.
svg
|\.
woff
|\.
eot
|\.
ttf
)$
RewriteCond
%{
QUERY_STRING
} ^(.*)$
RewriteRule
/ /
index
.
php
?/
guang
/
list
/
index
&%
1
[
L
]
RewriteRule
^/(.+)$ /
index
.
php
[
L
]
<
Directory
/>
LimitRequestBody
10485760
Options
FollowSymLinks
AllowOverride
None
Order
allow
,
deny
Allow
from
all
Require
all
granted
</
Directory
>
</
VirtualHost
>
\ No newline at end of file
...
...
script/nginx/conf/vhosts/
yohobuy.test
.conf → script/nginx/conf/vhosts/
nginx.test.yohobuy
.conf
View file @
4d46d9b
server
{
listen
80
;
server_name
yhb
.
test
.
yoho
.
cn
*.
yhb
.
test
.
yoho
.
cn
;
server_name
buy
.
test
.
yoho
.
cn
guang
.
test
.
yoho
.
cn
;
#access_log /Data/logs/access.buy.test.yoho.cn.log combined;
error_log
/
Data
/
logs
/
error
.
buy
.
test
.
yoho
.
cn
.
log
warn
;
root
/
Data
/
code
/
git
/
yohobuy
/
yohobuy
/
m
.
yohobuy
.
com
/
public
;
set
$
sub
''
;
if
($
host
~* ([^\.]+)\.
yhb
.
test
.
yoho
.
cn
$) {
set
$
sub
$
1
;
}
#match ip
deny
192
.
168
.
1
.
1
;
allow
218
.
94
.
75
.
50
;
allow
218
.
94
.
75
.
58
;
allow
123
.
56
.
138
.
21
;
deny
all
;
location
~* \.
html
$ {
root
/
Data
/
code
/
git
/
yohobuy
/
assets
;
if
(!-
f
$
request_filename
){
root
/
Data
/
code
/
git
/
yohobuy
/
yohobuy
/
m
.
yohobuy
.
com
/
public
;
rewrite
^/(.+)$ /
index
.
php
?$
1
&
last
;
if
(-
f
$
request_filename
){
expires
3
m
;
}
expires
7
d
;
}
location
/ {
index
index
.
php
;
if
(!-
f
$
request_filename
){
rewrite
^/(.+)$ /
index
.
php
?$
1
&
last
;
}
}
location
~* \.(
ico
|
woff
)$ {
...
...
@@ -37,22 +30,21 @@ server
expires
7
d
;
}
location
~ .*\.
php
?$ {
fastcgi_pass
127
.
0
.
0
.
1
:
9000
;
fastcgi_index
index
.
php
;
#fastcgi_param PATH_INFO $fastcgi_script_name;
fastcgi_param
SCRIPT_FILENAME
$
document_root
$
fastcgi_script_name
;
include
fastcgi_params
;
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"
;
}
error_page
403
=
http
://
buy
.
test
.
yoho
.
cn
;
error_page
404
=
http
://
buy
.
test
.
yoho
.
cn
/
error
.
html
;
}
server
{
listen
80
;
server_name
static
yhb
.
test
.
yoho
.
cn
;
server_name
static
.
buy
.
test
.
yoho
.
cn
;
#access_log /Data/logs/access.static.buy.test.yoho.cn.log combined;
#error_log /Data/logs/error.static.buy.test.yoho.cn.log warn;
...
...
script/nginx/conf/vhosts/yohobuy.rls.conf
deleted
100644 → 0
View file @
f3190d5
server
{
listen
80
;
server_name
wap
.
yohobuy
.
com
;
#access_log /Data/logs/access.wap.yohobuy.com.log combined;
error_log
/
Data
/
logs
/
error
.
wap
.
yohobuy
.
com
.
log
warn
;
root
/
Data
/
PE
/
yohobuy
/
yohobuy
/
m
.
yohobuy
.
com
/
public
;
location
~* \.
html
$ {
root
/
Data
/
PE
/
yohobuy
/
assets
;
if
(!-
f
$
request_filename
){
root
/
Data
/
PE
/
yohobuy
/
yohobuy
/
m
.
yohobuy
.
com
/
public
;
rewrite
^/(.+)$ /
index
.
php
?$
1
&
last
;
}
expires
7
d
;
}
location
/ {
index
index
.
php
;
if
(!-
f
$
request_filename
){
rewrite
^/(.+)$ /
index
.
php
?$
1
&
last
;
}
}
location
~* \.(
ico
|
woff
)$ {
expires
7
d
;
}
location
= /
crossdomain
.
xml
{
expires
7
d
;
}
location
~ .*\.
php
?$ {
fastcgi_pass
127
.
0
.
0
.
1
:
9000
;
fastcgi_index
index
.
php
;
#fastcgi_param PATH_INFO $fastcgi_script_name;
fastcgi_param
SCRIPT_FILENAME
$
document_root
$
fastcgi_script_name
;
include
fastcgi_params
;
}
error_page
403
=
http
://
wap
.
yohobuy
.
com
;
error_page
404
=
http
://
wap
.
yohobuy
.
com
/
error
.
html
;
}
server
{
listen
80
;
server_name
static
.
wap
.
yohobuy
.
com
;
#access_log /Data/logs/access.static.wap.yohobuy.com.log combined;
#error_log /Data/logs/error.static.wap.yohobuy.com.log warn;
root
/
Data
/
PE
/
yohobuy
/
static
;
location
/ {
log_not_found
off
;
access_log
off
;
expires
30
d
;
}
location
~* \.(
svg
|
eot
|
ttf
|
woff
|
otf
)$ {
add_header
Access
-
Control
-
Allow
-
Origin
*;
expires
30
d
;
}
}
\ No newline at end of file
Please
register
or
login
to post a comment