Compare commits
No commits in common. "26bb61b4494d5b7482bfdd246fbebf8f62252e23" and "e3926aa2eac01a4015de61b80761198ed161f05a" have entirely different histories.
26bb61b449
...
e3926aa2ea
@ -6,7 +6,6 @@ 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
|
||||||
|
9
conf.d/ddpe.boba.best
Normal file
9
conf.d/ddpe.boba.best
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
# vim: ft=caddyfile
|
||||||
|
|
||||||
|
ddpe.boba.best {
|
||||||
|
encode zstd gzip
|
||||||
|
import hsts
|
||||||
|
import log
|
||||||
|
reverse_proxy localhost:86
|
||||||
|
import basicerrors
|
||||||
|
}
|
@ -1,8 +1,7 @@
|
|||||||
# vim: ft=caddyfile
|
# vim: ft=caddyfile
|
||||||
|
|
||||||
dorito.boba.best {
|
dorito.boba.best {
|
||||||
encode zstd gzip
|
#import hsts
|
||||||
import hsts
|
|
||||||
import log
|
import log
|
||||||
redir https://discord.gg/NZWzSCY5UE
|
redir https://discord.gg/NZWzSCY5UE
|
||||||
import basicerrors
|
import basicerrors
|
||||||
|
14
conf.d/emotes.boba.best
Normal file
14
conf.d/emotes.boba.best
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
# 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
|
||||||
|
}
|
15
conf.d/furry.boba.best
Normal file
15
conf.d/furry.boba.best
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
# 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
|
||||||
|
}
|
19
conf.d/remark.boba.best
Normal file
19
conf.d/remark.boba.best
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
# 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
|
||||||
|
}
|
@ -1,9 +1,8 @@
|
|||||||
# vim: ft=caddyfile
|
# vim: ft=caddyfile
|
||||||
|
|
||||||
rick.boba.best {
|
rick.boba.best {
|
||||||
encode zstd gzip
|
|
||||||
import hsts
|
|
||||||
import log
|
import log
|
||||||
|
encode zstd gzip
|
||||||
redir https://www.youtube.com/watch?v=dQw4w9WgXcQ temporary
|
redir https://www.youtube.com/watch?v=dQw4w9WgXcQ temporary
|
||||||
import basicerrors
|
import basicerrors
|
||||||
}
|
}
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
|
|
||||||
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