From cded0a286507ac17592b18f28934f28481da91e3 Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Fri, 13 Jun 2014 21:26:37 -0700 Subject: [PATCH] Fix expiration units. --- app.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app.yaml b/app.yaml index 00f0a74..3910ced 100644 --- a/app.yaml +++ b/app.yaml @@ -44,7 +44,7 @@ handlers: - url: /images static_dir: images secure: always - expiration: 1w + expiration: 7d http_headers: X-Frame-Options: DENY X-Content-Type-Options: nosniff @@ -53,7 +53,7 @@ handlers: - url: /stylesheets static_dir: stylesheets secure: always - expiration: 1w + expiration: 7d http_headers: X-Frame-Options: DENY X-Content-Type-Options: nosniff