mirror of
https://github.com/tschettervictor/bsd-apps.git
synced 2026-01-02 18:58:17 +01:00
15 lines
195 B
Caddyfile
15 lines
195 B
Caddyfile
{
|
|
acme_ca https://acme-staging-v02.api.letsencrypt.org/directory
|
|
email youremailhere
|
|
}
|
|
|
|
yourhostnamehere {
|
|
|
|
respond "Hello, world!"
|
|
|
|
log {
|
|
output file /var/log/yourhostnamehere.log
|
|
}
|
|
|
|
}
|