19 lines
322 B
Plaintext
19 lines
322 B
Plaintext
# vim: ft=caddyfile
|
|
|
|
www.boba.best {
|
|
redir https://boba.best{uri}
|
|
}
|
|
boba.best {
|
|
import matrix-well-known
|
|
import hsts
|
|
|
|
header Access-Control-Allow-Origin *
|
|
header Cache-Control no-cache
|
|
root * /var/www/boba.best/public
|
|
file_server {
|
|
precompressed br gzip
|
|
}
|
|
|
|
import basicerrors
|
|
}
|