caddy/conf.d/boba.best

19 lines
322 B
Plaintext
Raw Normal View History

2021-08-01 16:59:16 -05:00
# vim: ft=caddyfile
www.boba.best {
redir https://boba.best{uri}
}
boba.best {
import matrix-well-known
2021-09-04 16:47:16 -05:00
import hsts
2021-08-01 16:59:16 -05:00
header Access-Control-Allow-Origin *
header Cache-Control no-cache
2021-08-01 16:59:16 -05:00
root * /var/www/boba.best/public
file_server {
precompressed br gzip
}
import basicerrors
}