VPS侦探论坛

 找回密码
 注册
查看: 8288|回复: 1

绑定域名怎么打不开啊

[复制链接]
发表于 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_pass  unix:/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 编辑 ]
美国VPS推荐: 遨游主机LinodeLOCVPS主机云搬瓦工80VPSVultr美国VPS主机中国VPS推荐: 阿里云腾讯云。LNMP付费服务(代装/问题排查)QQ 503228080
发表于 2010-7-17 18:16:56 | 显示全部楼层


问题提得好笼统啊

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

菜鸟之言- - 仅供参考
Linux下Nginx+MySQL+PHP自动安装工具:https://lnmp.org
您需要登录后才可以回帖 登录 | 注册

本版积分规则

小黑屋|手机版|Archiver|VPS侦探 ( 鲁ICP备16040043号-1 )

GMT+8, 2024-9-8 09:13 , Processed in 0.026361 second(s), 16 queries .

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表