Skip to content

Commit

Permalink
Declare static handlers in app.yaml for App Engine Standard (#633)
Browse files Browse the repository at this point in the history
Declare static handlers in app.yaml for GAE Standard.
  • Loading branch information
steren authored and fhinkel committed Jun 6, 2018
1 parent 613b91a commit fd0bf0e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions appengine/static-files/app.standard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,11 @@

# [START app_yaml]
runtime: nodejs8

handlers:
- url: /static
static_dir: public

- url: /.*
script: auto
# [END app_yaml]

0 comments on commit fd0bf0e

Please sign in to comment.