Compress image, lengthen cache lifetime.

This commit is contained in:
Ian Gulliver
2014-06-13 21:20:13 -07:00
parent 28daefd58a
commit 2be4467784
2 changed files with 2 additions and 0 deletions

View File

@@ -44,6 +44,7 @@ handlers:
- url: /images - url: /images
static_dir: images static_dir: images
secure: always secure: always
expiration: 1w
http_headers: http_headers:
X-Frame-Options: DENY X-Frame-Options: DENY
X-Content-Type-Options: nosniff X-Content-Type-Options: nosniff
@@ -52,6 +53,7 @@ handlers:
- url: /stylesheets - url: /stylesheets
static_dir: stylesheets static_dir: stylesheets
secure: always secure: always
expiration: 1w
http_headers: http_headers:
X-Frame-Options: DENY X-Frame-Options: DENY
X-Content-Type-Options: nosniff X-Content-Type-Options: nosniff

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 275 B