18 lines
274 B
Caddyfile
18 lines
274 B
Caddyfile
# caddyfile dec 2021
|
|
{
|
|
admin 0.0.0.0:2015
|
|
email bunce.andy@gmail.com
|
|
# acme_ca https://acme-staging-v02.api.letsencrypt.org/directory
|
|
}
|
|
|
|
n2-plus.local:8080 {
|
|
respond "I am 8080"
|
|
}
|
|
|
|
n2-plus.local {
|
|
encode zstd gzip
|
|
templates
|
|
file_server browse
|
|
}
|
|
|