Create Caddyfile-standalone

This commit is contained in:
tschettervictor
2024-09-15 15:26:20 -06:00
committed by GitHub
parent 986e59aa03
commit 155f1e2ae9

View File

@@ -0,0 +1,14 @@
{
acme_ca https://acme-staging-v02.api.letsencrypt.org/directory
email youremailhere
}
yourhostnamehere {
respond "Hello, world!"
log {
output file /var/log/yourhostnamehere.log
}
}