完善端口与 https 配置

This commit is contained in:
2026-04-30 12:35:04 +08:00
parent d2d1ab4461
commit 6b87a25f46
2 changed files with 17 additions and 2 deletions

8
caddy/Caddyfile Normal file
View File

@@ -0,0 +1,8 @@
:20080 {
redirect https://{host}{uri}:20443
}
:20443 {
tls internal
reverse_proxy grafana:3000
}