bbaovanc.com/Caddyfile

10 lines
150 B
Caddyfile

# vim: ft=caddyfile
https://localhost {
header Cache-Control no-cache
root * public/
file_server {
precompressed br gzip
}
}