Lukas Reschke
10 years ago
No known key found for this signature in database
GPG Key ID: B9F6980CF6E759B1
1 changed files with
2 additions and
2 deletions
-
.htaccess
|
|
|
@ -20,8 +20,8 @@ |
|
|
|
SetEnv modHeadersAvailable true |
|
|
|
</IfModule> |
|
|
|
|
|
|
|
# Add cache control for CSS and JS files |
|
|
|
<FilesMatch "\.(css|js)$"> |
|
|
|
# Add cache control for static resources |
|
|
|
<FilesMatch "\.(css|js|woff|svg|gif)$"> |
|
|
|
Header set Cache-Control "max-age=7200, public" |
|
|
|
</FilesMatch> |
|
|
|
</IfModule> |
|
|
|
|