Загрузил файл
This commit is contained in:
parent
9114e18876
commit
7998835cf3
|
|
@ -0,0 +1,10 @@
|
|||
<IfModule mod_expires.c>
|
||||
ExpiresActive On
|
||||
ExpiresByType image/jpg "access 1 month"
|
||||
ExpiresByType image/jpeg "access 1 month"
|
||||
ExpiresByType image/gif "access 1 month"
|
||||
ExpiresByType image/png "access 1 month"
|
||||
ExpiresDefault "access 1 week"
|
||||
</IfModule>
|
||||
|
||||
Options +FollowSymLinks
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 42 KiB |
Loading…
Reference in New Issue