mirror of
https://github.com/tschettervictor/bsd-apps.git
synced 2026-01-04 03:33:47 +01:00
Create Caddyfile-standalone
This commit is contained in:
14
caddy/includes/Caddyfile-standalone
Normal file
14
caddy/includes/Caddyfile-standalone
Normal 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
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user