宝塔 关闭安全入口并自动转发

修改认证页面

在<head></head>中加入 <script type="text/javascript">window.location='/login';</script>

nano /www/server/panel/BTPanel/templates/default/autherr.html
<head>
    <meta charset="utf-8">
    <title>Ingress verification failed</title>
    <script type="text/javascript">window.location='/login';</script>
</head>

运行命令

  • bt 11 取消入口限制
  • bt 9 刷新面板缓存

Leave a Comment