From 047f6943a3e4c42d9e73d274bdc069266cc97d7f Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Fri, 20 May 2022 23:33:21 -0500 Subject: [PATCH] Add archive.boba.best --- conf.d/archive.boba.best | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 conf.d/archive.boba.best diff --git a/conf.d/archive.boba.best b/conf.d/archive.boba.best new file mode 100644 index 0000000..9f1dec8 --- /dev/null +++ b/conf.d/archive.boba.best @@ -0,0 +1,10 @@ +# vim: ft=caddyfile + +archive.boba.best { + encode zstd gzip + import hsts + + reverse_proxy localhost:90 + + import basicerrors +}