~jk0/nova/xs-ipv6

« back to all changes in this revision

Viewing changes to vendor/tornado/website/app.yaml

  • Committer: Jesse Andrews
  • Date: 2010-05-28 06:05:26 UTC
  • Revision ID: git-v1:bf6e6e718cdc7488e2da87b21e258ccc065fe499
initial commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
application: python-tornado
 
2
version: 1
 
3
runtime: python
 
4
api_version: 1
 
5
 
 
6
handlers:
 
7
- url: /static/
 
8
  static_dir: static
 
9
 
 
10
- url: /robots\.txt
 
11
  static_files: static/robots.txt
 
12
  upload: static/robots.txt
 
13
 
 
14
- url: /.*
 
15
  script: website.py