接入Beszel轻量监控

This commit is contained in:
yml2213
2026-07-14 17:04:59 +08:00
parent 80f779eb2b
commit 3ffb5495ae
2 changed files with 73 additions and 0 deletions
+15
View File
@@ -61,3 +61,18 @@
file_server
}
}
# Beszel 自带登录与权限控制;单独子域避免与业务站点的 CSP、路由相互影响。
monitor.{$CADDY_DOMAIN} {
encode zstd gzip
request_body {
max_size 10MB
}
reverse_proxy beszel:8090 {
transport http {
read_timeout 360s
}
}
}