16 lines
234 B
YAML
16 lines
234 B
YAML
|
application: python-tornado
|
||
|
version: 1
|
||
|
runtime: python
|
||
|
api_version: 1
|
||
|
|
||
|
handlers:
|
||
|
- url: /static/
|
||
|
static_dir: static
|
||
|
|
||
|
- url: /robots\.txt
|
||
|
static_files: static/robots.txt
|
||
|
upload: static/robots.txt
|
||
|
|
||
|
- url: /.*
|
||
|
script: website.py
|