16 lines
228 B
Plaintext
16 lines
228 B
Plaintext
# 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
|
|
}
|