11:098335a1d510 | 12:b3cf0176512e |
---|---|
1 <ifmodule mod_headers.c> | |
2 <filesmatch "\\.(stl)$"> | |
3 Header set Cache-Control "max-age=2592000, private" | |
4 </filesmatch> | |
5 <filesmatch "\\.(css)$"> | |
6 Header set Cache-Control "max-age=604800, public" | |
7 </filesmatch> | |
8 <filesmatch "\\.(js)$"> | |
9 Header set Cache-Control "max-age=216000, private" | |
10 </filesmatch> | |
11 </ifmodule> |