22 lines
360 B
Text
22 lines
360 B
Text
|
{
|
||
|
admin
|
||
|
persist_config off
|
||
|
log {
|
||
|
output stdout
|
||
|
format console
|
||
|
level warn
|
||
|
}
|
||
|
|
||
|
email {{ caddy_letsencrypt_email }}
|
||
|
skip_install_trust
|
||
|
acme_ca {{ caddy_letsencrypt_ca_server }}
|
||
|
key_type {{ caddy_letsencrypt_key_type }}
|
||
|
|
||
|
servers {
|
||
|
# metrics
|
||
|
strict_sni_host
|
||
|
}
|
||
|
}
|
||
|
|
||
|
import /config/*.caddy
|