aboutsummaryrefslogtreecommitdiff
path: root/app.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'app.yaml')
-rw-r--r--app.yaml14
1 files changed, 8 insertions, 6 deletions
diff --git a/app.yaml b/app.yaml
index b6edeb7..1f250f6 100644
--- a/app.yaml
+++ b/app.yaml
@@ -1,7 +1,13 @@
service: blog
-runtime: go
-api_version: go1.9
+runtime: go111
+env_variables:
+ GOLANGORG_CHECK_COUNTRY: true
+
+default_expiration: "7d"
+
+# Keep these static file handlers in sync with blog.go.
+# They're here for improved latency across global regions.
handlers:
- url: /favicon.ico
static_files: static/favicon.ico
@@ -15,8 +21,4 @@ handlers:
static_dir: static/fonts
http_headers:
Content-Type: application/font-woff
-- url: /.*
- script: _go_app
secure: always
-
-nobuild_files: ^(support|content)/