mirror of
https://github.com/helenclx/leilukin-site.git
synced 2025-03-10 03:01:49 +00:00
8 lines
240 B
ApacheConf
8 lines
240 B
ApacheConf
ErrorDocument 404 /404.html
|
|
|
|
<FilesMatch "\.(ico|svg|avif|webp|jpg|jpeg|png|gif|woff2)$">
|
|
Header set Cache-Control "max-age=31536000, public"
|
|
</FilesMatch>
|
|
<FilesMatch "\.(css|js)$">
|
|
Header set Cache-Control "no-cache, public"
|
|
</FilesMatch> |