Files
observe/caddy/Caddyfile

9 lines
110 B
Caddyfile
Raw Normal View History

2026-04-30 12:35:04 +08:00
:20080 {
redirect https://{host}{uri}:20443
}
:20443 {
tls internal
reverse_proxy grafana:3000
}