diff options
| author | 2013-10-13 13:54:19 +0200 | |
|---|---|---|
| committer | 2013-10-13 13:54:19 +0200 | |
| commit | 9940e3e0e22bfffc3efed3458ebc4545bccbc875 (patch) | |
| tree | 1c4f53c91db2a1efa9d4f083ce4fb587127ef1de | |
| parent | 50df70740ec731132f8d6ae6fc35b9464c8a067d (diff) | |
Réduction cache pour police à 1 mois
| -rw-r--r-- | public/.htaccess | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/.htaccess b/public/.htaccess index 0bad536a4..624b29720 100644 --- a/public/.htaccess +++ b/public/.htaccess @@ -14,7 +14,7 @@ AddDefaultCharset UTF-8 <IfModule mod_expires.c> ExpiresActive on - ExpiresByType application/font-woff "access plus 1 year" + ExpiresByType application/font-woff "access plus 1 month" ExpiresByType application/javascript "access plus 1 week" ExpiresByType image/gif "access plus 1 month" ExpiresByType image/png "access plus 1 month" |
