fix(davis): Caddy access logs

This commit is contained in:
JJGadgets
2024-07-31 13:56:35 +08:00
parent f48327f5fa
commit f044270061

View File

@@ -156,8 +156,17 @@ spec:
data:
Caddyfile: |
{
log {
level info
output stderr
format console
}
http_port 8080
https_port 8443
servers {
trusted_proxies static ${IP_POD_CIDR_V4}
trusted_proxies_strict
}
}
${APP_DNS_DAVIS:=sample}:8080 {
header -Server