Skip to content

Commit

Permalink
Merge pull request #578 from Aleks130699/patch-4
Browse files Browse the repository at this point in the history
Patch 4
  • Loading branch information
sergejey committed Jul 8, 2019
2 parents a79af39 + b83ec6d commit f51bce3
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,14 @@ deny from all

<FILES debmes.txt>
deny from all
</FILES>
</FILES>

IfModule mod_expires.c>
<FilesMatch \.(gif|png|jpg|jpeg|ogg|mp4|mkv|flv|swf|wmv|asf|asx|wma|wax|wmx|wm)$>
ExpiresDefault "access plus 7 day"
</FilesMatch>
ExpiresActive on
ExpiresByType image/jpeg "access plus 7 day"
ExpiresByType image/gif "access plus 7 day"
ExpiresByType image/png "access plus 7 day"
</IfModule>

0 comments on commit f51bce3

Please sign in to comment.