Set expiration date of static dirs to 1d
authorSverre Rabbelier <srabbelier@gmail.com>
Sat, 29 Aug 2009 14:30:09 -0700
changeset 2846 6512c82180ba
parent 2845 99121cc7181d
child 2847 b587e25a92bd
Set expiration date of static dirs to 1d
app/app.yaml.template
--- 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