VPS侦探论坛

 找回密码
 注册
查看: 6555|回复: 0

[Apache] LNMP 0.7 discuz1.5 伪静态问题

[复制链接]
发表于 2011-11-1 11:20:34 | 显示全部楼层 |阅读模式

我在创建虚拟机 vhost  的时候 已经添加了 discuz 的规则了
下面是虚拟机的配置文件
/usr/local/nginx/conf/vhost/www.abc.conf
server
        {
                listen       80;
                server_name www.abc.com abc.com,community.abc.com;
                index index.html index.htm index.php default.html default.htm default.php;
                root  /home/wwwroot/www.abc.com;

                include discuz.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.abc.com  '$remote_addr - $remote_user [$time_local] $request '
             '$status $body_bytes_sent $http_referer '
             '$http_user_agent $http_x_forwarded_for';
                access_log  /home/wwwlogs/www.abc.com.log  www.abc.com;
        }

现在我在discuz1.5  后台设置url 静态化的时候  依然  404 Not Found / nginx/0.8.54
是不是我配置得那么不对?
美国VPS推荐: 遨游主机LinodeLOCVPS主机云搬瓦工80VPSVultr美国VPS主机中国VPS推荐: 阿里云腾讯云。LNMP付费服务(代装/问题排查)QQ 503228080
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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

GMT+8, 2024-5-5 12:41 , Processed in 0.024990 second(s), 16 queries .

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

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