Commit 40410c10c2c1e2ff24de129c9d552356dda0b263
1 parent
0d9973ca
14.06.16
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
.htaccess
... | ... | @@ -137,7 +137,7 @@ RewriteRule ^(.*)$ $1.gz [QSA,L] |
137 | 137 | </IfModule> |
138 | 138 | # Cache-Control |
139 | 139 | <ifModule mod_headers.c> |
140 | - # 30 дней | |
140 | +# 30 дней | |
141 | 141 | <filesMatch "\.(ico|pdf|flv|jpg|jpeg|png|gif|swf)$"> |
142 | 142 | Header set Cache-Control "max-age=2592000, public" |
143 | 143 | </filesMatch> | ... | ... |