diff --git a/conf.d/talkyard.bbaovanc.com b/conf.d/talkyard.bbaovanc.com new file mode 100644 index 0000000..91f7244 --- /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:88 + + import basicerrors +}