Create Caddyfile-standalone

This commit is contained in:
tschettervictor
2024-09-14 18:33:34 -06:00
committed by GitHub
parent c31dcd25ee
commit 118fa54889

View File

@@ -0,0 +1,14 @@
{
acme_ca https://acme-staging-v02.api.letsencrypt.org/directory
email youremailhere
}
yourhostnamehere {
reverse_proxy * localhost:4567
log {
output file /var/log/yourhostnamehere.log
}
}