Skip to content

Instantly share code, notes, and snippets.

@doug
Last active August 29, 2015 14:04
Show Gist options
  • Save doug/989dd4dbcdd254c59945 to your computer and use it in GitHub Desktop.
Save doug/989dd4dbcdd254c59945 to your computer and use it in GitHub Desktop.
static serving app.yaml
# application: appid # new gcloud preview app deprecates the application tag
version: master
runtime: python27
api_version: 1
threadsafe: true
#default_expiration: "7d"
handlers:
- url: (.*)/
static_files: www\1/index.html
upload: www/.*index.html
- url: /
static_dir: www
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment