完善端口与 https 配置
This commit is contained in:
8
caddy/Caddyfile
Normal file
8
caddy/Caddyfile
Normal file
@@ -0,0 +1,8 @@
|
||||
:20080 {
|
||||
redirect https://{host}{uri}:20443
|
||||
}
|
||||
|
||||
:20443 {
|
||||
tls internal
|
||||
reverse_proxy grafana:3000
|
||||
}
|
||||
Reference in New Issue
Block a user