diff --git a/conf.d/img.bbaovanc.com b/conf.d/img.bbaovanc.com new file mode 100644 index 0000000..71cfa87 --- /dev/null +++ b/conf.d/img.bbaovanc.com @@ -0,0 +1,14 @@ + +# vim: ft=caddyfile + +img.bbaovanc.com { + encode zstd gzip + import hsts + import log + + root * /var/www/img.bbaovanc.com + file_server { + browse + } + import basicerrors +}