Thu, 06 Apr 2017 17:18:48 +0200
Added tag Release1 for changeset 32de35694e56
12 | 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> |