mirror of
https://github.com/tnb-labs/panel.git
synced 2026-08-28 17:44:56 +08:00
586c0df731
认证规则改为列表结构,每条规则可选择整站或指定目录生效,各自独立的 用户凭证与 htpasswd 文件。nginx 通过 http 上下文 map + auth_basic 变量实现,对静态、PHP、反向代理的所有 location 统一生效;Apache 使 用 Location 块。旧版整站配置读取时自动识别,保存后平滑迁移。 Closes #1767 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>