From 18a359987a84bcb139a9ac4c9a609169d65ec0c5 Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Thu, 5 May 2022 16:31:51 -0500 Subject: [PATCH] Move some boba.best domains to here --- conf.d/dorito.boba.best | 9 +++++++++ conf.d/flower.boba.best | 15 +++++++++++++++ conf.d/furry.boba.best | 15 +++++++++++++++ conf.d/rick.bbaovanc.com | 6 +++--- conf.d/stib.boba.best | 15 +++++++++++++++ 5 files changed, 57 insertions(+), 3 deletions(-) create mode 100644 conf.d/dorito.boba.best create mode 100644 conf.d/flower.boba.best create mode 100644 conf.d/furry.boba.best create mode 100644 conf.d/stib.boba.best diff --git a/conf.d/dorito.boba.best b/conf.d/dorito.boba.best new file mode 100644 index 0000000..3ecba84 --- /dev/null +++ b/conf.d/dorito.boba.best @@ -0,0 +1,9 @@ +# vim: ft=caddyfile + +dorito.boba.best { + encode zstd gzip + import hsts + import log + redir https://discord.gg/NZWzSCY5UE + import basicerrors +} diff --git a/conf.d/flower.boba.best b/conf.d/flower.boba.best new file mode 100644 index 0000000..0caeda5 --- /dev/null +++ b/conf.d/flower.boba.best @@ -0,0 +1,15 @@ +# vim: ft=caddyfile + +flower.boba.best { + encode zstd gzip + import hsts + import log + + root * /var/www/flower.boba.best + handle { + rewrite * /flowerpet.gif + file_server + } + + import basicerrors +} diff --git a/conf.d/furry.boba.best b/conf.d/furry.boba.best new file mode 100644 index 0000000..50d5c8f --- /dev/null +++ b/conf.d/furry.boba.best @@ -0,0 +1,15 @@ +# vim: ft=caddyfile + +furry.boba.best { + encode zstd gzip + import hsts + import log + + root * /var/www/furry.boba.best + handle { + rewrite * /alien_furry.gif + file_server + } + + import basicerrors +} diff --git a/conf.d/rick.bbaovanc.com b/conf.d/rick.bbaovanc.com index 1813608..5d3180e 100644 --- a/conf.d/rick.bbaovanc.com +++ b/conf.d/rick.bbaovanc.com @@ -1,9 +1,9 @@ # vim: ft=caddyfile -rick.bbaovanc.com { +rick.bbaovanc.com, rick.boba.best { encode zstd gzip import hsts import log - - redir https://www.youtube.com/watch?v=dQw4w9WgXcQ; + redir https://www.youtube.com/watch?v=dQw4w9WgXcQ temporary + import basicerrors } diff --git a/conf.d/stib.boba.best b/conf.d/stib.boba.best new file mode 100644 index 0000000..d35a7ed --- /dev/null +++ b/conf.d/stib.boba.best @@ -0,0 +1,15 @@ +# vim: ft=caddyfile + +stib.boba.best { + encode zstd gzip + import hsts + import log + + root * /var/www/stib.boba.best + handle { + rewrite * /stib.gif + file_server + } + + import basicerrors +}