VPS侦探论坛

 找回密码
 注册
查看: 10005|回复: 2

discuz无法生成静态页面!

[复制链接]
发表于 2010-4-15 01:11:18 | 显示全部楼层 |阅读模式

安装lnmp0.4-full ,使用./vhost.sh增加虚拟主机,选择Rewrite规则配置文件时输入:discuz,但是,论坛运行后无法通过静态化页面访问。请教,还需要设置什么地方?
美国VPS推荐: 遨游主机LinodeLOCVPS主机云搬瓦工80VPSVultr美国VPS主机中国VPS推荐: 阿里云腾讯云。LNMP付费服务(代装/问题排查)QQ 503228080
 楼主| 发表于 2010-4-15 01:17:38 | 显示全部楼层


论坛的目录为: /home/wwwroot/www.ggmm.net/ ,客户端访问首页后动跳转到/home/wwwroot/www.ggmm.net/bbs/


这是我/usr/local/nginx/conf/vhost/ www.ggmm.conf文件内容
  1. server
  2.         {
  3.                 listen       80;
  4.                 server_name www.ggmm.net;
  5.                 index index.html index.htm index.php default.html default.htm default.php;
  6.                 root  /home/wwwroot/www.ggmm.net;

  7.                 include discuz.conf;
  8.                 location ~ .*\.(php|php5)?$
  9.                         {
  10.                                 fastcgi_pass  unix:/tmp/php-cgi.sock;
  11.                                 fastcgi_index index.php;
  12.                                 include fcgi.conf;
  13.                         }

  14.                 location ~ .*\.(gif|jpg|jpeg|png|bmp|swf)$
  15.                         {
  16.                                 expires      30d;
  17.                         }

  18.                 location ~ .*\.(js|css)?$
  19.                         {
  20.                                 expires      12h;
  21.                         }

  22.                 log_format  www.ggmm.net  '$remote_addr - $remote_user [$time_local] $request '
  23.              '$status $body_bytes_sent $http_referer '
  24.              '$http_user_agent $http_x_forwarded_for';
  25.                 access_log  /home/wwwroot/logs/www.ggmm.net.log  www.ggmm.net;
  26.         }
复制代码
  1. include discuz.conf;  //调用/usr/local/nginx/conf/discuz.conf的默认内容
复制代码
Linux下Nginx+MySQL+PHP自动安装工具:https://lnmp.org
发表于 2010-4-15 11:09:10 | 显示全部楼层

回复 2# 的帖子


bbs的二级目录需要修改discuz.conf 伪静态规则将location / 改为location /bbs/
美国VPS推荐: 遨游主机LinodeLOCVPS主机云搬瓦工80VPSVultr美国VPS主机中国VPS推荐: 阿里云腾讯云。LNMP付费服务(代装/问题排查)QQ 503228080
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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

GMT+8, 2024-11-17 16:41 , Processed in 0.025649 second(s), 16 queries .

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

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