文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>nginx last permanent

nginx last permanent

时间:2010-12-18  来源:nianzong

server {
......
if ( $remote_addr ~ ^(114.xx.xx.3)$){
                                break;
                        }
if ( $request_uri !~* ^(/weihu.htm|/pay/index.htm|/autopatch/autopatch-main.htm|/autopatch/autopatch-news.htm|/autopatch/autopatch-down.htm|/flash/launcher.swf|/flash/launcher.xml|/root.xml|/autopatch/vsintro.htm|/nickname.php)$){
                        rewrite ^/(.*) /weihu.htm last; 
                        #return 403;
                        }
location ~* / {
                        allow   127.0.0.1;
                        allow   10.10.0.0/16;
                        allow   114.xx.xx.0/28;
                        allow   210.xx.xx.163;
                        deny    all;
         }
.....
}

rewrite ^/(.*) /weihu.htm last; #如果这里的last改成permanent,则会继续匹配后面的location规则,最终用户在访问不到页面时显示403,而不是我希望的维护页面.last表示不会再去匹配后面的规则了.
相关阅读 更多 +
排行榜 更多 +
我的武侠梦手游下载

我的武侠梦手游下载

角色扮演 下载
快乐连连看下载免费版

快乐连连看下载免费版

休闲益智 下载
泛滥死者布道手机版下载

泛滥死者布道手机版下载

角色扮演 下载