From 39afa5b8dd3e85c205661dfca3e9cc5199e5ffeb Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Tue, 12 Apr 2022 17:53:44 -0500 Subject: [PATCH] Add talkyard --- conf.d/talkyard.bbaovanc.com | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 conf.d/talkyard.bbaovanc.com 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 +}