Skip to content

Commit

Permalink
Move robots.txt.
Browse files Browse the repository at this point in the history
  • Loading branch information
streeter committed May 28, 2011
1 parent 8b3ba5e commit 98edb62
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions app.yaml
Expand Up @@ -16,12 +16,11 @@ handlers:
upload: images/favicon.ico

- url: /robots.txt
static_files: robots.txt
static_files: static/robots.txt
upload: robots.txt

- url: /static/(.*)
static_dir: static/\1
upload: static/(.*)
- url: /static
static_dir: static

- url: /.*
script: main.py
File renamed without changes.

0 comments on commit 98edb62

Please sign in to comment.