app/app.yaml.template
changeset 2846 6512c82180ba
parent 2837 89519bd46862
child 2847 b587e25a92bd
--- a/app/app.yaml.template	Sun Aug 30 22:00:07 2009 +0530
+++ b/app/app.yaml.template	Sat Aug 29 14:30:09 2009 -0700
@@ -27,21 +27,26 @@
 - url: /(robots.txt|favicon.ico)
   static_files: soc/content/\1
   upload: soc/content/(robots.txt|favicon.ico)  
+  expiration: 1d
 
 - url: /tiny_mce/.*
   script: $PYTHON_LIB/google/appengine/ext/zipserve
 
 - url: /soc/content
   static_dir: soc/content
+  expiration: 1d
 
 - url: /gsoc/content
   static_dir: gsoc/content
+  expiration: 1d
 
 - url: /jquery
   static_dir: jquery
+  expiration: 1d
 
 - url: /json
   static_dir: json
+  expiration: 1d
 
 - url: /admin/shell.*
   script: shell/shell.py