Clean up some old domains

This commit is contained in:
BBaoVanC 2022-05-23 02:51:06 -05:00
parent 7efc3cce37
commit 024579aefe
5 changed files with 1 additions and 50 deletions

View File

@ -5,13 +5,6 @@ www.brainman.org {
}
brainman.org {
import hsts
header Cache-Control no-cache
root * /var/www/brainman.org/public
file_server {
precompressed br gzip
}
respond "Hello old server"
import basicerrors
}

View File

@ -1,10 +0,0 @@
# vim: ft=caddyfile
commento.bbaovanc.com {
encode zstd gzip
import hsts
reverse_proxy localhost:83
import basicerrors
}

View File

@ -1,12 +0,0 @@
# vim: ft=caddyfile
media.bbaovanc.com {
encode zstd gzip
import hsts
root * /var/www/media.bbaovanc.com
file_server {
browse
}
import basicerrors
}

View File

@ -1,12 +0,0 @@
# vim: ft=caddyfile
remark.bbaovanc.com {
encode zstd gzip
import hsts
reverse_proxy localhost:82 {
header_up X-Real-IP {remote_host}
}
import basicerrors
}

View File

@ -1,8 +0,0 @@
# vim: ft=caddyfile
rick.bbaovanc.com, rick.boba.best {
encode zstd gzip
import hsts
redir https://www.youtube.com/watch?v=dQw4w9WgXcQ temporary
import basicerrors
}