thedocks/caddy/Caddyfile

18 lines
274 B
Caddyfile
Raw Normal View History

2021-12-25 19:41:18 +00:00
# caddyfile dec 2021
2021-12-25 20:07:37 +00:00
{
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"
}
2021-12-25 19:41:18 +00:00
n2-plus.local {
2021-12-25 19:34:01 +00:00
encode zstd gzip
2021-12-25 19:41:18 +00:00
templates
2021-12-25 19:34:01 +00:00
file_server browse
2021-12-24 22:48:02 +00:00
}
2021-12-25 19:41:18 +00:00