Page MenuHomeIn-Portal Phabricator

D306.diff
No OneTemporary

File Metadata

Created
Sat, Apr 19, 11:49 AM

D306.diff

Index: branches/5.2.x/.htaccess
===================================================================
--- branches/5.2.x/.htaccess
+++ branches/5.2.x/.htaccess
@@ -15,8 +15,13 @@
ExpiresByType image/gif "access plus 1 month"
ExpiresByType image/jpeg "access plus 1 month"
ExpiresByType image/png "access plus 1 month"
+ ExpiresByType image/svg+xml "access plus 1 month"
ExpiresByType image/x-icon "access plus 1 month"
ExpiresByType image/icon "access plus 1 month"
+ ExpiresByType application/vnd.ms-fontobject "access plus 1 month"
+ ExpiresByType application/x-font-opentype "access plus 1 month"
+ ExpiresByType application/x-font-ttf "access plus 1 month"
+ ExpiresByType application/font-woff "access plus 1 month"
</IfModule>
<IfModule mod_rewrite.c>

Event Timeline