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