Update imports
This commit is contained in:
parent
e3926aa2ea
commit
6321e97af2
@ -6,6 +6,7 @@ www.boba.best {
|
|||||||
boba.best {
|
boba.best {
|
||||||
import matrix-well-known
|
import matrix-well-known
|
||||||
import hsts
|
import hsts
|
||||||
|
import log
|
||||||
|
|
||||||
header Access-Control-Allow-Origin *
|
header Access-Control-Allow-Origin *
|
||||||
header Cache-Control no-cache
|
header Cache-Control no-cache
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
# vim: ft=caddyfile
|
# vim: ft=caddyfile
|
||||||
|
|
||||||
dorito.boba.best {
|
dorito.boba.best {
|
||||||
#import hsts
|
encode zstd gzip
|
||||||
|
import hsts
|
||||||
import log
|
import log
|
||||||
redir https://discord.gg/NZWzSCY5UE
|
redir https://discord.gg/NZWzSCY5UE
|
||||||
import basicerrors
|
import basicerrors
|
||||||
|
@ -1,8 +1,9 @@
|
|||||||
# vim: ft=caddyfile
|
# vim: ft=caddyfile
|
||||||
|
|
||||||
rick.boba.best {
|
rick.boba.best {
|
||||||
import log
|
|
||||||
encode zstd gzip
|
encode zstd gzip
|
||||||
|
import hsts
|
||||||
|
import log
|
||||||
redir https://www.youtube.com/watch?v=dQw4w9WgXcQ temporary
|
redir https://www.youtube.com/watch?v=dQw4w9WgXcQ temporary
|
||||||
import basicerrors
|
import basicerrors
|
||||||
}
|
}
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
turn.boba.best {
|
turn.boba.best {
|
||||||
encode zstd gzip
|
encode zstd gzip
|
||||||
|
import hsts
|
||||||
import log
|
import log
|
||||||
respond "where are you"
|
respond "where are you"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user