dsd1988 发表于 2012-11-14 19:02:00

二级域名www打不开

军哥你好!我用/root/vhost.sh 添加了虚拟主机www.abc.com   然后添加顶级域名abc.com   创建了虚拟主机   
现在用abc.com能打开网站   但是www.abc.com却打不开


vhost配置文件如下:


log_formatpeixcn'$remote_addr - $remote_user [$time_local] $request '
             '$status $body_bytes_sent $http_referer '
             '$http_user_agent $http_x_forwarded_for';
server

{

listen       80;

server_name www.peixcn.com peixcn.com;

index index.html index.htm index.php default.html default.htm default.php;

root/home/wwwroot/peixcn;


include peixcn.conf;

location ~ .*\.(php|php5)?$

{

try_files $uri =404;

fastcgi_passunix:/tmp/php-cgi.sock;

fastcgi_index index.php;

include fcgi.conf;

}


location ~ .*\.(gif|jpg|jpeg|png|bmp|swf)$

{

expires      30d;

}


location ~ .*\.(js|css)?$

{

expires      12h;

}


access_log/home/wwwlogs/peixcn.logpeixcn;

}




求教!

sena 发表于 2012-11-14 21:12:56

重启:) :) :)

licess 发表于 2012-11-15 10:54:03

/usr/local/nginx/sbin/nginx -t 测试看看
没错误的话可能是解析没生效,或域名可能被墙


如果是国内的vps或服务器可能有白名单,域名需加白名单后才行。
页: [1]
查看完整版本: 二级域名www打不开