mirror of
https://github.com/SuperManito/LinuxMirrors.git
synced 2025-11-27 17:50:25 +08:00
14 lines
337 B
TOML
14 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"
|