From 030bf31bcab33a203713398fc890cafdcd7168b2 Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Sun, 12 Dec 2021 23:57:19 -0600 Subject: [PATCH] Add share.boba.best --- conf.d/share.boba.best | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 conf.d/share.boba.best diff --git a/conf.d/share.boba.best b/conf.d/share.boba.best new file mode 100644 index 0000000..db86d63 --- /dev/null +++ b/conf.d/share.boba.best @@ -0,0 +1,13 @@ +# vim: ft=caddyfile + +share.boba.best { + encode zstd gzip + import hsts + import log + + handle { + reverse_proxy localhost:87 + } + + import basicerrors +}