File tree 4 files changed +8
-0
lines changed
4 files changed +8
-0
lines changed Original file line number Diff line number Diff line change
1
+ ### HEAD
2
+
3
+ * Add expires rules for WebP
4
+ [[ #61 ] ( https://github.com/h5bp/server-configs-apache/issues/61 )] .
5
+
1
6
### 2.11.0 (October 27, 2014)
2
7
3
8
* Add configs for common media types used for ` .woff ` files
Original file line number Diff line number Diff line change @@ -864,6 +864,7 @@ FileETag None
864
864
ExpiresByType image/jpeg "access plus 1 month"
865
865
ExpiresByType image/png "access plus 1 month"
866
866
ExpiresByType image/svg+xml "access plus 1 month"
867
+ ExpiresByType image/webp "access plus 1 month"
867
868
ExpiresByType video/mp4 "access plus 1 month"
868
869
ExpiresByType video/ogg "access plus 1 month"
869
870
ExpiresByType video/webm "access plus 1 month"
Original file line number Diff line number Diff line change 55
55
ExpiresByType image/jpeg "access plus 1 month"
56
56
ExpiresByType image/png "access plus 1 month"
57
57
ExpiresByType image/svg+xml "access plus 1 month"
58
+ ExpiresByType image/webp "access plus 1 month"
58
59
ExpiresByType video/mp4 "access plus 1 month"
59
60
ExpiresByType video/ogg "access plus 1 month"
60
61
ExpiresByType video/webm "access plus 1 month"
Original file line number Diff line number Diff line change @@ -816,6 +816,7 @@ FileETag None
816
816
ExpiresByType image/jpeg "access plus 1 month"
817
817
ExpiresByType image/png "access plus 1 month"
818
818
ExpiresByType image/svg+xml "access plus 1 month"
819
+ ExpiresByType image/webp "access plus 1 month"
819
820
ExpiresByType video/mp4 "access plus 1 month"
820
821
ExpiresByType video/ogg "access plus 1 month"
821
822
ExpiresByType video/webm "access plus 1 month"
You can’t perform that action at this time.
0 commit comments