Thu, 06 Apr 2017 17:18:24 +0200
finishing first release
<ifmodule mod_headers.c> <filesmatch "\\.(stl)$"> Header set Cache-Control "max-age=2592000, private" </filesmatch> <filesmatch "\\.(css)$"> Header set Cache-Control "max-age=604800, public" </filesmatch> <filesmatch "\\.(js)$"> Header set Cache-Control "max-age=216000, private" </filesmatch> </ifmodule>