blob: 4099419845d10c17294f10a9f05d004762af6279 [file] [log] [blame]
runtime: python27
api_version: 1
threadsafe: true
service: go-dev
handlers:
- url: /
static_files: public/index.html
upload: public/index.html
# Special handler for static content in themes or page bundles.
- url: /(.*)\.(png|svg|css|jpeg|jpg|xml|html)$
static_files: public/\1.\2
upload: public/(.*)
# Handle arbitrary paths with an index.html, special casing the trailing slash.
- url: /(.*)/
static_files: public/\1/index.html
upload: public/(.*)/index.html
# Handle arbitrary paths with an index.html
- url: /(.*)
static_files: public/\1/index.html
upload: public/(.*)/index.html