Linux系统centos7宝塔里设置IP无限重定向卡死的代码
server
{
listen 80;
server_name 8.8.8.8;
index index.php index.html index.htm default.php default.htm default.html;
root /www/wwwroot/8.8.8.8;
#SSL-START SSL相关配置,请勿删除或修改下一行带注释的404规则
#error_page 404/404.html;
if ($server_port !~ 50089){
rewrite ^(/.*)$ http://$host$1 permanent;
}
#SSL-END
#HTTP_TO_HTTPS_START
if ($server_port !~ 50089){
rewrite ^(/.*)$ http://$host$1 permanent; (替换为return 444; 则是关闭连接)
}
的意思是如果来访问的端口不等于50089,则跳转到http当前页
当前文章【Linux系统centos7宝塔里设置IP无限重定向卡死的代码】由【卡酷云科】编写。
文章URL为https://blog.7ka.co/serversafe/linuxxitongcentos7baotalishezhiipwuxianzhongdingxiangkasidedaima.html
未经允许,请勿转载
文章URL为https://blog.7ka.co/serversafe/linuxxitongcentos7baotalishezhiipwuxianzhongdingxiangkasidedaima.html
未经允许,请勿转载
THE END
二维码
打赏
文章目录
关闭
共有 0 条评论