Clean up some random domains I don't need anymore

This commit is contained in:
BBaoVanC 2021-12-17 21:16:40 -06:00
parent 6321e97af2
commit 26bb61b449
4 changed files with 0 additions and 57 deletions

View File

@ -1,9 +0,0 @@
# vim: ft=caddyfile
ddpe.boba.best {
encode zstd gzip
import hsts
import log
reverse_proxy localhost:86
import basicerrors
}

View File

@ -1,14 +0,0 @@
# vim: ft=caddyfile
emotes.boba.best {
encode zstd gzip
import hsts
import log
root * /var/www/emotes.boba.best/public
file_server {
index index.json
}
import basicerrors
}

View File

@ -1,15 +0,0 @@
# 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
}

View File

@ -1,19 +0,0 @@
# vim: ft=caddyfile
remark.boba.best {
encode zstd gzip
import hsts
redir https://remark.bbaovanc.com{uri}
}
remark.bbaovanc.com {
encode zstd gzip
import hsts
import log
reverse_proxy localhost:86 {
header_up X-Real-IP {remote_host}
}
import basicerrors
}