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 +}