完善线上配置

This commit is contained in:
2026-05-08 05:57:27 +00:00
parent e44a3c900b
commit 05eff7ea0f
5 changed files with 18 additions and 7 deletions

View File

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