11 lines
242 B
Caddyfile
11 lines
242 B
Caddyfile
|
adam.id.au {
|
||
|
root * /w/homepage/latest
|
||
|
|
||
|
import file-server-defaults
|
||
|
import ssl-cloudflare-dns
|
||
|
import strict-transport-security
|
||
|
import cors
|
||
|
|
||
|
header /assets.v1/* Cache-Control "public, max-age=31556952, immutable"
|
||
|
}
|