alex 发表于 2010-7-17 16:11:27

绑定域名怎么打不开啊

下面是nginx/conf/vhost下显示的,有错误吗
server
{
listen       80;
server_name 1bok.com;
index index.html index.htm index.php default.html default.htm default.php;
root/home/wwwroot/book;
include none.conf;
location ~ .*\.(php|php5)?$
   {
    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 off;
}

[ 本帖最后由 alex 于 2010-8-19 10:40 编辑 ]

kerneg 发表于 2010-7-17 18:16:56

问题提得好笼统啊

lnmp正常运行了吗
ip地址能ping通吗?
域名绑定正确吗?
这些都是可能性呀

菜鸟之言- - 仅供参考
页: [1]
查看完整版本: 绑定域名怎么打不开啊