二级域名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;
}
求教! 重启:) :) :) /usr/local/nginx/sbin/nginx -t 测试看看
没错误的话可能是解析没生效,或域名可能被墙
如果是国内的vps或服务器可能有白名单,域名需加白名单后才行。
页:
[1]