diff --git a/conf.d/talkyard.bbaovanc.com b/conf.d/talkyard.bbaovanc.com new file mode 100644 index 0000000..9f91c82 --- /dev/null +++ b/conf.d/talkyard.bbaovanc.com @@ -0,0 +1,11 @@ +# vim: ft=caddyfile + +talkyard.bbaovanc.com { + encode zstd gzip + import hsts + import log + + reverse_proxy localhost:84 + + import basicerrors +}