mirror of
https://gitee.com/SuperManito/LinuxMirrors
synced 2025-11-01 23:10:28 +08:00
15 lines
337 B
TOML
15 lines
337 B
TOML
[[headers]]
|
|
for = "/*.js"
|
|
[headers.values]
|
|
Cache-Control = "public, max-age=31536000, must-revalidate"
|
|
|
|
[[headers]]
|
|
for = "/*.css"
|
|
[headers.values]
|
|
Cache-Control = "public, max-age=31536000, must-revalidate"
|
|
|
|
[[headers]]
|
|
for = "/*.png"
|
|
[headers.values]
|
|
Cache-Control = "public, max-age=31536000, must-revalidate"
|