Update imports

This commit is contained in:
BBaoVanC 2021-12-17 21:13:56 -06:00
parent e3926aa2ea
commit 6321e97af2
4 changed files with 6 additions and 2 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,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,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"
}