Compress image, lengthen cache lifetime.
This commit is contained in:
2
app.yaml
2
app.yaml
@@ -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
|
||||||
|
|||||||
BIN
images/forum.png
BIN
images/forum.png
Binary file not shown.
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 275 B |
Reference in New Issue
Block a user