15 lines
212 B
Plaintext
15 lines
212 B
Plaintext
# 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
|
|
}
|