tornado/website/app.yaml

33 lines
591 B
YAML
Raw Permalink Normal View History

application: python-tornado-hrd
version: 3
runtime: python27
2009-09-10 07:50:51 +00:00
api_version: 1
threadsafe: yes
2009-09-10 07:50:51 +00:00
handlers:
- url: /static/tornado-0.1.tar.gz
script: website.application
- url: /static/tornado-0.2.tar.gz
script: website.application
2009-09-10 07:50:51 +00:00
- url: /static/
static_dir: static
- url: /robots\.txt
static_files: static/robots.txt
upload: static/robots.txt
2011-03-31 04:04:42 +00:00
- url: /favicon\.ico
static_files: static/favicon.ico
upload: static/favicon.ico
- url: /documentation/?
script: website.application
2011-06-11 22:09:05 +00:00
- url: /documentation
2011-06-11 22:09:05 +00:00
static_dir: sphinx/build/html
2009-09-10 07:50:51 +00:00
- url: /.*
script: website.application