Skip to content

Instantly share code, notes, and snippets.

@allanlei
Created September 13, 2013 07:41
Show Gist options
  • Save allanlei/6547775 to your computer and use it in GitHub Desktop.
Save allanlei/6547775 to your computer and use it in GitHub Desktop.
Google Appengine config for handling default page for a directory (index.html)
handlers:
- url: /(.*\..+)
static_files: static/\1
upload: static/(.*)
- url: /(.*)
static_files: static/\1/index.html
upload: static/(.*)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment