Last active
August 29, 2015 14:04
-
-
Save doug/989dd4dbcdd254c59945 to your computer and use it in GitHub Desktop.
static serving app.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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