Skip to content

Commit

Permalink
robots.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkay committed Sep 20, 2009
1 parent 46d7e1b commit b8c85a0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,10 @@ handlers:
upload: static/favicon.ico
mime_type: vnd.microsoft.icon

- url: /robots.txt
static_files: static/robots.txt
upload: static/robots.txt
mime_type: text/plain

- url: /.*
script: main.py
2 changes: 2 additions & 0 deletions src/static/robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
User-agent: *
Disallow:

0 comments on commit b8c85a0

Please sign in to comment.