New "basic" theme which includes only the necessary CSS.
[cocanwiki.git] / conf / cocanwiki.conf
index 1936a6c..874a94b 100644 (file)
@@ -1,5 +1,5 @@
 # Apache configuration for COCANWIKI.
-# $Id: cocanwiki.conf,v 1.14 2004/10/15 12:47:17 rich Exp $
+# $Id: cocanwiki.conf,v 1.15 2004/10/18 13:34:21 rich Exp $
 
 # Uncomment the following lines if necessary.  You will probably need
 # to adjust the paths to reflect where cocanwiki is really installed.
 
 <Location /_graphics>
   ExpiresActive On
-  ExpiresDefault "now plus 1 hour"
+  ExpiresDefault "now plus 24 hours"
 </Location>
 
 <Location /_js>
   ExpiresActive On
-  ExpiresDefault "now plus 1 hour"
+  ExpiresDefault "now plus 24 hours"
 </Location>
 
 <Location /_css>
   ExpiresActive On
-  ExpiresDefault "now plus 1 hour"
+  ExpiresDefault "now plus 24 hours"
 </Location>
 
 <Location /_static>
   ExpiresActive On
-  ExpiresDefault "now plus 1 hour"
+  ExpiresDefault "now plus 24 hours"
 </Location>
 
 # Error documents.