mirror of
https://github.com/tschettervictor/bsd-apps.git
synced 2025-12-12 01:49:56 +01:00
12 lines
199 B
Caddyfile
12 lines
199 B
Caddyfile
yourhostnamehere {
|
|
|
|
respond "Hello, world!"
|
|
|
|
log {
|
|
output file /var/log/yourhostnamehere.log
|
|
}
|
|
|
|
tls /usr/local/etc/pki/tls/certs/fullchain.pem /usr/local/etc/pki/tls/private/privkey.pem
|
|
|
|
}
|