Compare commits

...

2 Commits

Author SHA1 Message Date
26bb61b449 Clean up some random domains I don't need anymore 2021-12-17 21:16:40 -06:00
6321e97af2 Update imports 2021-12-17 21:13:56 -06:00
8 changed files with 6 additions and 59 deletions

View File

@ -6,6 +6,7 @@ www.boba.best {
boba.best {
import matrix-well-known
import hsts
import log
header Access-Control-Allow-Origin *
header Cache-Control no-cache

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,7 +1,8 @@
# vim: ft=caddyfile
dorito.boba.best {
#import hsts
encode zstd gzip
import hsts
import log
redir https://discord.gg/NZWzSCY5UE
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
}

View File

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

View File

@ -2,6 +2,7 @@
turn.boba.best {
encode zstd gzip
import hsts
import log
respond "where are you"
}