Update README.md
[www.martinvillalba.com.git] / src / app.yaml
blob9f79d28e73115ffae0365c6416479b1b1c3418c8
1 application: www-martinvillalba-com
2 version: 1
3 runtime: python
4 api_version: 1
6 default_expiration: "1h"
8 handlers:
9 - url: /
10   static_files: static/index.html
11   upload: static/index.html
12 - url: /([a-zA-Z]*)(/?)
13   static_files: static/\1/index.html
14   upload: static/([a-zA-Z]*)/index.html
15 - url: /([a-zA-Z]*)/([a-zA-Z]*)(/?)
16   static_files: static/\1/\2/index.html
17   upload: static/([a-zA-Z]*)/([a-zA-Z]*)/index.html
18 - url: /
19   static_dir: static