fix: removed text and default caching

This commit is contained in:
Rick van Lieshout 2022-11-05 22:28:09 +01:00
parent 64c6f5ebc5
commit 43d63d1064

View File

@ -43,10 +43,8 @@ ExpiresByType image/jpeg "access 1 year"
ExpiresByType image/gif "access 1 year"
ExpiresByType image/png "access 1 year"
ExpiresByType application/pdf "access 1 month"
ExpiresByType text/x-javascript "access 1 month"
ExpiresByType application/x-shockwave-flash "access 1 month"
ExpiresByType image/x-icon "access 1 year"
ExpiresDefault "access 1 month"
</IfModule>
## EXPIRES CACHING ##