Fix expiration units.
This commit is contained in:
4
app.yaml
4
app.yaml
@@ -44,7 +44,7 @@ handlers:
|
|||||||
- url: /images
|
- url: /images
|
||||||
static_dir: images
|
static_dir: images
|
||||||
secure: always
|
secure: always
|
||||||
expiration: 1w
|
expiration: 7d
|
||||||
http_headers:
|
http_headers:
|
||||||
X-Frame-Options: DENY
|
X-Frame-Options: DENY
|
||||||
X-Content-Type-Options: nosniff
|
X-Content-Type-Options: nosniff
|
||||||
@@ -53,7 +53,7 @@ handlers:
|
|||||||
- url: /stylesheets
|
- url: /stylesheets
|
||||||
static_dir: stylesheets
|
static_dir: stylesheets
|
||||||
secure: always
|
secure: always
|
||||||
expiration: 1w
|
expiration: 7d
|
||||||
http_headers:
|
http_headers:
|
||||||
X-Frame-Options: DENY
|
X-Frame-Options: DENY
|
||||||
X-Content-Type-Options: nosniff
|
X-Content-Type-Options: nosniff
|
||||||
|
|||||||
Reference in New Issue
Block a user