|
14 | 14 | <IfModule mod_expires.c> |
15 | 15 |
|
16 | 16 | ExpiresActive on |
17 | | - ExpiresDefault "access plus 1 month" |
| 17 | + ExpiresDefault "access plus 1 year" |
18 | 18 |
|
19 | 19 | # CSS |
20 | 20 |
|
|
67 | 67 |
|
68 | 68 | # Media files |
69 | 69 |
|
70 | | - ExpiresByType audio/ogg "access plus 1 month" |
71 | | - ExpiresByType image/apng "access plus 1 month" |
72 | | - ExpiresByType image/avif "access plus 1 month" |
73 | | - ExpiresByType image/avif-sequence "access plus 1 month" |
74 | | - ExpiresByType image/bmp "access plus 1 month" |
75 | | - ExpiresByType image/gif "access plus 1 month" |
76 | | - ExpiresByType image/jpeg "access plus 1 month" |
77 | | - ExpiresByType image/jxl "access plus 1 month" |
78 | | - ExpiresByType image/png "access plus 1 month" |
79 | | - ExpiresByType image/svg+xml "access plus 1 month" |
80 | | - ExpiresByType image/webp "access plus 1 month" |
81 | | - ExpiresByType video/mp4 "access plus 1 month" |
82 | | - ExpiresByType video/ogg "access plus 1 month" |
83 | | - ExpiresByType video/webm "access plus 1 month" |
| 70 | + ExpiresByType audio/ogg "access plus 1 year" |
| 71 | + ExpiresByType image/apng "access plus 1 year" |
| 72 | + ExpiresByType image/avif "access plus 1 year" |
| 73 | + ExpiresByType image/avif-sequence "access plus 1 year" |
| 74 | + ExpiresByType image/bmp "access plus 1 year" |
| 75 | + ExpiresByType image/gif "access plus 1 year" |
| 76 | + ExpiresByType image/jpeg "access plus 1 year" |
| 77 | + ExpiresByType image/jxl "access plus 1 year" |
| 78 | + ExpiresByType image/png "access plus 1 year" |
| 79 | + ExpiresByType image/svg+xml "access plus 1 year" |
| 80 | + ExpiresByType image/webp "access plus 1 year" |
| 81 | + ExpiresByType video/mp4 "access plus 1 year" |
| 82 | + ExpiresByType video/ogg "access plus 1 year" |
| 83 | + ExpiresByType video/webm "access plus 1 year" |
84 | 84 |
|
85 | 85 |
|
86 | 86 | # WebAssembly |
|
91 | 91 | # Web fonts |
92 | 92 |
|
93 | 93 | # Collection |
94 | | - ExpiresByType font/collection "access plus 1 month" |
| 94 | + ExpiresByType font/collection "access plus 1 year" |
95 | 95 |
|
96 | 96 | # Embedded OpenType (EOT) |
97 | | - ExpiresByType application/vnd.ms-fontobject "access plus 1 month" |
98 | | - ExpiresByType font/eot "access plus 1 month" |
| 97 | + ExpiresByType application/vnd.ms-fontobject "access plus 1 year" |
| 98 | + ExpiresByType font/eot "access plus 1 year" |
99 | 99 |
|
100 | 100 | # OpenType |
101 | | - ExpiresByType font/opentype "access plus 1 month" |
102 | | - ExpiresByType font/otf "access plus 1 month" |
| 101 | + ExpiresByType font/opentype "access plus 1 year" |
| 102 | + ExpiresByType font/otf "access plus 1 year" |
103 | 103 |
|
104 | 104 | # TrueType |
105 | | - ExpiresByType application/x-font-ttf "access plus 1 month" |
106 | | - ExpiresByType font/ttf "access plus 1 month" |
| 105 | + ExpiresByType application/x-font-ttf "access plus 1 year" |
| 106 | + ExpiresByType font/ttf "access plus 1 year" |
107 | 107 |
|
108 | 108 | # Web Open Font Format (WOFF) 1.0 |
109 | | - ExpiresByType application/font-woff "access plus 1 month" |
110 | | - ExpiresByType application/x-font-woff "access plus 1 month" |
111 | | - ExpiresByType font/woff "access plus 1 month" |
| 109 | + ExpiresByType application/font-woff "access plus 1 year" |
| 110 | + ExpiresByType application/x-font-woff "access plus 1 year" |
| 111 | + ExpiresByType font/woff "access plus 1 year" |
112 | 112 |
|
113 | 113 | # Web Open Font Format (WOFF) 2.0 |
114 | | - ExpiresByType application/font-woff2 "access plus 1 month" |
115 | | - ExpiresByType font/woff2 "access plus 1 month" |
| 114 | + ExpiresByType application/font-woff2 "access plus 1 year" |
| 115 | + ExpiresByType font/woff2 "access plus 1 year" |
116 | 116 |
|
117 | 117 |
|
118 | 118 | # Other |
|
0 commit comments