.htaccess file added
This commit is contained in:
parent
61b38b4405
commit
2cde1a6e02
1 changed files with 0 additions and 4 deletions
|
|
@ -6,8 +6,6 @@
|
|||
ExpiresByType image/gif "access plus 1 year"
|
||||
ExpiresByType image/png "access plus 1 year"
|
||||
ExpiresByType image/webp "access plus 1 year"
|
||||
ExpiresByType image/svg+xml "access plus 1 year"
|
||||
ExpiresByType image/x-icon "access plus 1 year"
|
||||
|
||||
# Video
|
||||
ExpiresByType video/mp4 "access plus 1 year"
|
||||
|
|
@ -15,8 +13,6 @@
|
|||
|
||||
# CSS, JavaScript
|
||||
ExpiresByType text/css "access plus 1 month"
|
||||
ExpiresByType text/javascript "access plus 1 month"
|
||||
ExpiresByType application/javascript "access plus 1 month"
|
||||
|
||||
# Others
|
||||
ExpiresByType application/pdf "access plus 1 month"
|
||||
|
|
|
|||
Loading…
Reference in a new issue