all-in-one/Containers/apache/Caddyfile
Simon L 1dedc5f282 fix caddy config
Signed-off-by: Simon L <szaimen@e.mail.de>
2023-05-19 16:06:22 +02:00

31 lines
438 B
Caddyfile

{
auto_https disable_redirects
storage file_system {
root /mnt/data/caddy
}
servers {
# trusted_proxies placeholder
}
log {
level ERROR
}
}
{$PROTOCOL}://{$NC_DOMAIN}:{$APACHE_PORT} {
# Bundled
import /caddy-imports/*
# Others
import /mnt/data/caddy-imports/*
# TLS options
tls {
issuer acme {
disable_http_challenge
}
}
}