15 lines
204 B
Plaintext
15 lines
204 B
Plaintext
# vim: ft=caddyfile
|
|
|
|
stib.boba.best {
|
|
encode zstd gzip
|
|
import hsts
|
|
|
|
root * /var/www/stib.boba.best
|
|
handle {
|
|
rewrite * /stib.gif
|
|
file_server
|
|
}
|
|
|
|
import basicerrors
|
|
}
|