feat: harden enterprise control plane

This commit is contained in:
AI Bot
2026-05-17 02:20:08 +08:00
parent 67511c31f4
commit e1aed590f8
112 changed files with 10977 additions and 2004 deletions

View File

@@ -13,7 +13,11 @@ boss.hyzq.net {
admin.boss.hyzq.net {
encode zstd gzip
redir / /admin 308
@adminRoot path /
handle @adminRoot {
rewrite * /admin-web/index.html
reverse_proxy 127.0.0.1:3000
}
reverse_proxy 127.0.0.1:3000
}