Skip to content

Instantly share code, notes, and snippets.

@allanlei
Created February 6, 2012 22:49
Show Gist options
  • Save allanlei/1755652 to your computer and use it in GitHub Desktop.
Save allanlei/1755652 to your computer and use it in GitHub Desktop.
Config files for using Google App Engine(Python) as CDN
application: APP_ID
version: 1
runtime: python
api_version: 1
default_expiration: "60d"
handlers:
- url: /favicon\.ico
static_files: build/favicon.ico
upload: build/favicon\.ico
- url: /
static_dir: build
indexes:
# AUTOGENERATED
# This index.yaml is automatically updated whenever the dev_appserver
# detects that a new type of query is run. If you want to manage the
# index.yaml file manually, remove the above marker line (the line
# saying "# AUTOGENERATED"). If you want to manage some indexes
# manually, move them above the marker line. The index.yaml file is
# automatically uploaded to the admin console when you next deploy
# your application using appcfg.py.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment