From 509e4fccbd46441e55fe38c4a303cfac1a8e9dcd Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Fri, 27 Aug 2021 16:55:14 -0500 Subject: [PATCH] Add stib.boba.best --- conf.d/stib.boba.best | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 conf.d/stib.boba.best diff --git a/conf.d/stib.boba.best b/conf.d/stib.boba.best new file mode 100644 index 0000000..df3b0c2 --- /dev/null +++ b/conf.d/stib.boba.best @@ -0,0 +1,13 @@ +# vim: ft=caddyfile + +stib.boba.best { + encode zstd gzip + + root * /var/www/stib.boba.best + handle { + rewrite * /stib.gif + file_server + } + + import basicerrors +}