Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[求助] 网站被降权了 怀疑是nginx配置有问题 nginx二级域名究竟该如何设置

[复制链接]
回帖奖励 17 枚金币      回复本帖可获得 1 枚金币奖励! 每人限 1 次(中奖概率 40%)
zouwenhai 发表于 2012-4-16 22:05:28 | 显示全部楼层 |阅读模式
本帖最后由 zouwenhai 于 2012-4-16 22:09 编辑

server
{
            listen 80;
            server_name  www.ihomezz.com bbs.ihomezz.com home.ihomezz.com xiaoyu.ihomezz.com;
            index index.php index.html index.htm;
            charset gbk;
            root   /home/bbs;
            access_log /home/acess.log  combined;
            #error_log  /home/error.log;
            
            #expires                        
   location ~ .*\.(gif|jpg|jpeg|png|bmp|swf)$
   {
    expires 30d;
            }
            location ~ .*\.(js|css)?$
            {
                expires      24h;
            }   

            location /webstatus {
          stub_status on;
                access_log off;
            }
            # location ~* ^/(attachments|images)/.*\.(php|php5)$
            # {
            #    deny all;
            # }

            location ~ .*\.php?$
            {
                fastcgi_pass 127.0.0.1:9000;
                #fastcgi_pass unix:/tmp/php-fcgi.sock;
                #fastcgi_pass php;
                fastcgi_index index.php;
                fastcgi_param  SCRIPT_FILENAME    $document_root$fastcgi_script_name;
                include fastcgi_params;
            }
rewrite ^([^\.]*)/topic-(.+)\.html$ $1/portal.php?mod=topic&topic=$2 last;
rewrite ^([^\.]*)/article-([0-9]+)-([0-9]+)\.html$ $1/portal.php?mod=view&aid=$2&page=$3 last;
rewrite ^([^\.]*)/forum-(\w+)-([0-9]+)\.html$ $1/forum.php?mod=forumdisplay&fid=$2&page=$3 last;
rewrite ^([^\.]*)/thread-([0-9]+)-([0-9]+)-([0-9]+)\.html$ $1/forum.php?mod=viewthread&tid=$2&extra=page%3D$4&page=$3 last;
rewrite ^([^\.]*)/group-([0-9]+)-([0-9]+)\.html$ $1/forum.php?mod=group&fid=$2&page=$3 last;
rewrite ^([^\.]*)/space-(username|uid)-(.+)\.html$ $1/home.php?mod=space&$2=$3 last;
rewrite ^([^\.]*)/blog-([0-9]+)-([0-9]+)\.html$ $1/home.php?mod=space&uid=$2&do=blog&id=$3 last;
if (!-e $request_filename) {
    return 404;
}
         
}

这样进行二级域名配置 是否正确
mejss 发表于 2012-4-17 10:42:00 | 显示全部楼层
中奖了 中奖了{:soso__6235880048239246314_3:}
回复

使用道具 举报

__________丶 发表于 2012-4-17 18:16:40 | 显示全部楼层
为金币而来!
回复

使用道具 举报

xiaoyuwxz 发表于 2012-4-20 11:18:22 | 显示全部楼层

回帖奖励 +1 枚金币

域名配置没什么问题。
回复

使用道具 举报

crx349 发表于 2012-4-20 12:07:41 | 显示全部楼层

回帖奖励 +1 枚金币

单看配置文件 没问题
回复

使用道具 举报

12153556 发表于 2012-4-20 20:42:50 | 显示全部楼层

回帖奖励 +1 枚金币

本帖最后由 12153556 于 2012-4-20 20:44 编辑

server_name  www.ihomezz.com bbs.ihomezz.com home.ihomezz.com xiaoyu.ihomezz.com;

这里最好每个域名都进行单独设置

你之前的域名是顶级?后来改用的二级域名?如果这样的话,被降权很正常
回复

使用道具 举报

qq3344521 发表于 2012-5-5 17:06:14 | 显示全部楼层
单看配置文件 没问题
回复

使用道具 举报

无名在线 发表于 2012-5-6 15:40:16 | 显示全部楼层
一二楼~~~~~~
回复

使用道具 举报

无名在线 发表于 2012-5-6 15:40:40 | 显示全部楼层
应该没有主机问题吧!
回复

使用道具 举报

无名在线 发表于 2012-5-6 15:41:37 | 显示全部楼层
关键的是其他啊!
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-12-26 12:06 , Processed in 0.027945 second(s), 5 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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