Compare commits
4 Commits
c5eda471ec
...
18a359987a
Author | SHA1 | Date | |
---|---|---|---|
18a359987a | |||
099a3b4422 | |||
f9b9eaec4d | |||
17bf265c0e |
9
conf.d/dorito.boba.best
Normal file
9
conf.d/dorito.boba.best
Normal file
@ -0,0 +1,9 @@
|
||||
# vim: ft=caddyfile
|
||||
|
||||
dorito.boba.best {
|
||||
encode zstd gzip
|
||||
import hsts
|
||||
import log
|
||||
redir https://discord.gg/NZWzSCY5UE
|
||||
import basicerrors
|
||||
}
|
15
conf.d/flower.boba.best
Normal file
15
conf.d/flower.boba.best
Normal file
@ -0,0 +1,15 @@
|
||||
# vim: ft=caddyfile
|
||||
|
||||
flower.boba.best {
|
||||
encode zstd gzip
|
||||
import hsts
|
||||
import log
|
||||
|
||||
root * /var/www/flower.boba.best
|
||||
handle {
|
||||
rewrite * /flowerpet.gif
|
||||
file_server
|
||||
}
|
||||
|
||||
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
|
||||
}
|
11
conf.d/lhci.bbaovanc.com
Normal file
11
conf.d/lhci.bbaovanc.com
Normal file
@ -0,0 +1,11 @@
|
||||
# vim: ft=caddyfile
|
||||
|
||||
lhci.bbaovanc.com {
|
||||
encode zstd gzip
|
||||
import hsts
|
||||
import log
|
||||
|
||||
reverse_proxy localhost:87
|
||||
|
||||
import basicerrors
|
||||
}
|
@ -10,6 +10,9 @@ plausible.bbaovanc.com {
|
||||
rewrite /js/bobalytics.hash.outbound-links.js /js/plausible.hash.outbound-links.js
|
||||
rewrite /js/bobalytics.exclusions.outbound-links.js /js/plausible.exclusions.outbound-links.js
|
||||
rewrite /js/bobalytics.exclusions.hash.outbound-links.js /js/plausible.exclusions.hash.outbound-links.js
|
||||
|
||||
rewrite /js/bobalytics.local.outbound-links.js /js/plausible.local.outbound-links.js
|
||||
|
||||
reverse_proxy localhost:84
|
||||
|
||||
import basicerrors
|
||||
|
@ -1,9 +1,9 @@
|
||||
# vim: ft=caddyfile
|
||||
|
||||
rick.bbaovanc.com {
|
||||
rick.bbaovanc.com, rick.boba.best {
|
||||
encode zstd gzip
|
||||
import hsts
|
||||
import log
|
||||
|
||||
redir https://www.youtube.com/watch?v=dQw4w9WgXcQ;
|
||||
redir https://www.youtube.com/watch?v=dQw4w9WgXcQ temporary
|
||||
import basicerrors
|
||||
}
|
||||
|
15
conf.d/stib.boba.best
Normal file
15
conf.d/stib.boba.best
Normal file
@ -0,0 +1,15 @@
|
||||
# vim: ft=caddyfile
|
||||
|
||||
stib.boba.best {
|
||||
encode zstd gzip
|
||||
import hsts
|
||||
import log
|
||||
|
||||
root * /var/www/stib.boba.best
|
||||
handle {
|
||||
rewrite * /stib.gif
|
||||
file_server
|
||||
}
|
||||
|
||||
import basicerrors
|
||||
}
|
@ -23,7 +23,7 @@
|
||||
<body bgcolor="black" text="white">
|
||||
<center>
|
||||
<h1>{{ $full_text }}</h1>
|
||||
<img src='{{ $img_url }}' alt="cat" />
|
||||
<img src="{{ $img_url }}" alt="cat" />
|
||||
</center>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
x
Reference in New Issue
Block a user