diff options
| author | 2013-11-04 14:16:42 -0800 | |
|---|---|---|
| committer | 2013-11-04 14:16:42 -0800 | |
| commit | f2c7b98cb596812beb04713b5df3d226706b9912 (patch) | |
| tree | 3b82e71799326d15ec934c5ce6562f01fb201a78 /public | |
| parent | 41aab4dac4024fc3ad30c9ecb0b0532431bc1d02 (diff) | |
| parent | 6135ec515f3091bcca70605b205c9875696dd2fd (diff) | |
Merge pull request #217 from Alkarex/patch-1
Page Speed : Compression explicite
Diffstat (limited to 'public')
| -rw-r--r-- | public/.htaccess | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/public/.htaccess b/public/.htaccess index 624b29720..74c24275e 100644 --- a/public/.htaccess +++ b/public/.htaccess @@ -12,6 +12,10 @@ AddDefaultCharset UTF-8 AddType application/font-woff .woff </IfModule> +<IfModule mod_deflate.c> + AddOutputFilterByType DEFLATE application/javascript image/svg+xml text/css text/javascript +</IfModule> + <IfModule mod_expires.c> ExpiresActive on ExpiresByType application/font-woff "access plus 1 month" |
