VPS侦探论坛

 找回密码
 注册
查看: 8499|回复: 3

遇到个问题 nginx 把所有域名都指向到了根目录

[复制链接]
发表于 2011-6-17 10:04:21 | 显示全部楼层 |阅读模式

server
        {
                listen       80;
                server_name www.80aj.com,80aj.com ;
                index index.html index.htm index.php default.html default.htm de
fault.php;
                root  /home/wwwroot/www.80aj.com;

                include other.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;
                        }

                log_format  www.80aj.com  '$remote_addr - $remote_user [$time_lo
cal] $request '
             '$status $body_bytes_sent $http_referer '
             '$http_user_agent $http_x_forwarded_for';
                access_log  /home/wwwlogs/www.80aj.com.log  www.80aj.com;
        }


红色部分是我新增加的  结果导致 所有的 网站  都指向到了  wwwroot 目录下
美国VPS推荐: 遨游主机LinodeLOCVPS主机云搬瓦工80VPSVultr美国VPS主机中国VPS推荐: 阿里云腾讯云。LNMP付费服务(代装/问题排查)QQ 503228080
 楼主| 发表于 2011-6-17 10:09:37 | 显示全部楼层


/usr/local/nginx/sbin/nginx -t

the configuration file /usr/local/nginx/conf/nginx.conf syntax is ok
configuration file /usr/local/nginx/conf/nginx.conf test is successful
Linux下Nginx+MySQL+PHP自动安装工具:https://lnmp.org
发表于 2011-6-17 10:15:59 | 显示全部楼层

多个域名用空格分开
美国VPS推荐: 遨游主机LinodeLOCVPS主机云搬瓦工80VPSVultr美国VPS主机中国VPS推荐: 阿里云腾讯云。LNMP付费服务(代装/问题排查)QQ 503228080
 楼主| 发表于 2011-6-17 10:23:48 | 显示全部楼层



...谢谢 军哥 ...谢谢 军哥 ...谢谢 军哥 ...谢谢 军哥 ...谢谢 军哥 ...谢谢 军哥
Linux下Nginx+MySQL+PHP自动安装工具:https://lnmp.org
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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

GMT+8, 2024-9-20 19:35 , Processed in 0.025765 second(s), 16 queries .

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

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