You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by jr...@apache.org on 2014/02/25 20:25:01 UTC

svn commit: r1571793 - in /qpid/site: docs/.htaccess input/.htaccess

Author: jross
Date: Tue Feb 25 19:25:01 2014
New Revision: 1571793

URL: http://svn.apache.org/r1571793
Log:
QPID-5311: Restore caching

Modified:
    qpid/site/docs/.htaccess
    qpid/site/input/.htaccess

Modified: qpid/site/docs/.htaccess
URL: http://svn.apache.org/viewvc/qpid/site/docs/.htaccess?rev=1571793&r1=1571792&r2=1571793&view=diff
==============================================================================
--- qpid/site/docs/.htaccess (original)
+++ qpid/site/docs/.htaccess Tue Feb 25 19:25:01 2014
@@ -84,7 +84,6 @@
 <IfModule mod_expires.c>
   <FilesMatch "\.(pdf|jpg|jpeg|png|js|css|svg|woff)$">
     ExpiresActive On
-#    ExpiresDefault "access plus 1 year"
-    ExpiresDefault "now plus 0 seconds"
+    ExpiresDefault "access plus 1 year"
   </FilesMatch>
 </IfModule>

Modified: qpid/site/input/.htaccess
URL: http://svn.apache.org/viewvc/qpid/site/input/.htaccess?rev=1571793&r1=1571792&r2=1571793&view=diff
==============================================================================
--- qpid/site/input/.htaccess (original)
+++ qpid/site/input/.htaccess Tue Feb 25 19:25:01 2014
@@ -84,7 +84,6 @@
 <IfModule mod_expires.c>
   <FilesMatch "\.(pdf|jpg|jpeg|png|js|css|svg|woff)$">
     ExpiresActive On
-#    ExpiresDefault "access plus 1 year"
-    ExpiresDefault "now plus 0 seconds"
+    ExpiresDefault "access plus 1 year"
   </FilesMatch>
 </IfModule>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org