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
Rock Zhang
10 years ago
Commit
0b6e9281d6dda2686831cef1ef3c89b1d2578f84
1 parent
7ca583d5
修复nginx启动错误的bug,配置文件路径错误导致
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
script/nginx/conf/nginx.conf
script/nginx/conf/vhosts/yohobuy.conf
script/nginx/conf/nginx.conf
View file @
0b6e928
...
...
@@ -117,5 +117,5 @@ http {
#include /nginx/conf/vhosts/bbs.conf;
#include /nginx/conf/vhosts/ezine.conf;
#include /nginx/conf/vhosts/yohobill.conf;
include
/nginx/conf/
vhosts/yohobuy.conf
;
include
vhosts/yohobuy
.conf
;
}
...
...
script/nginx/conf/vhosts/yohobuy.conf
View file @
0b6e928
...
...
@@ -4,7 +4,7 @@ server
server_name
m
.
dev
.
yohobuy
.
com
*.
dev
.
yohobuy
.
com
;
#access_log /nginx/logs/access_test_yoho_cn.log combined;
error_log
/
nginx
/
logs
/
error_test_yoho_cn
.
log
warn
;
error_log
logs
/
error_test_yoho_cn
.
log
warn
;
root
D
:/
workspace
/
yohobuy
.
git
.
dev
.
yoho
.
cn
/
yohobuy
/
m
.
yohobuy
.
com
/
public
;
...
...
@@ -22,7 +22,7 @@ server
}
location
~ .*\.
php
?$ {
fastcgi_pass
1
72
.
16
.
6
.
158
:
9000
;
fastcgi_pass
1
27
.
0
.
0
.
1
:
9000
;
fastcgi_index
index
-
dev
.
php
;
#fastcgi_param PATH_INFO $fastcgi_script_name;
fastcgi_param
SCRIPT_FILENAME
$
document_root
$
fastcgi_script_name
;
...
...
Please
register
or
login
to post a comment