From 099a3b44228ee387bb1288efd49f2426b9d65a9a Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Thu, 5 May 2022 16:31:38 -0500 Subject: [PATCH] Add lhci.bbaovanc.com --- conf.d/lhci.bbaovanc.com | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 conf.d/lhci.bbaovanc.com diff --git a/conf.d/lhci.bbaovanc.com b/conf.d/lhci.bbaovanc.com new file mode 100644 index 0000000..337f936 --- /dev/null +++ b/conf.d/lhci.bbaovanc.com @@ -0,0 +1,11 @@ +# vim: ft=caddyfile + +lhci.bbaovanc.com { + encode zstd gzip + import hsts + import log + + reverse_proxy localhost:87 + + import basicerrors +}