Skip to content

Commit fd0bf0e

Browse files
sterenfhinkel
authored andcommitted
Declare static handlers in app.yaml for App Engine Standard (#633)
Declare static handlers in app.yaml for GAE Standard.
1 parent 613b91a commit fd0bf0e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

appengine/static-files/app.standard.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,11 @@
1313

1414
# [START app_yaml]
1515
runtime: nodejs8
16+
17+
handlers:
18+
- url: /static
19+
static_dir: public
20+
21+
- url: /.*
22+
script: auto
1623
# [END app_yaml]

0 commit comments

Comments
 (0)