app/app.yaml.template
changeset 73 211a3eeacf27
parent 65 d254d4577c30
child 154 d2377425d3f2
--- a/app/app.yaml.template	Wed Aug 13 21:52:40 2008 +0000
+++ b/app/app.yaml.template	Mon Aug 18 16:58:23 2008 +0000
@@ -19,6 +19,10 @@
 api_version: 1
 
 handlers:
+- url: /(robots.txt|favicon.ico)
+  static_files: soc/content/\1
+  upload: soc/content/(robots.txt|favicon.ico)  
+  
 - url: /soc/content
   static_dir: soc/content
 
@@ -31,3 +35,4 @@
 - url: /.*
   script: main.py
 
+