21 lines
314 B
Caddyfile
21 lines
314 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
|
|
}
|
|
|
|
fish.local {
|
|
encode zstd gzip
|
|
root .
|
|
file_server browse
|
|
}
|
|
|
|
|
|
n2-plus.local {
|
|
encode zstd gzip
|
|
root links
|
|
file_server browse
|
|
}
|
|
|