thedocks/caddy/Caddyfile

22 lines
371 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
}
2021-12-26 17:08:11 +00:00
netdata.n2-plus.local {
2021-12-26 18:01:27 +00:00
reverse_proxy 127.0.0.1:9000
2021-12-25 20:07:37 +00:00
}
2021-12-25 19:41:18 +00:00
n2-plus.local {
2021-12-25 19:34:01 +00:00
encode zstd gzip
2021-12-26 15:18:28 +00:00
root links
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
2021-12-26 17:06:13 +00:00
fish.local {
encode zstd gzip
root .
file_server browse
}