From: Philipp Dallig Date: Fri, 1 Apr 2016 15:10:49 +0000 (+0200) Subject: add more expire headers X-Git-Tag: v0.1.0~5059 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=a37dc8f046a46ebe66e587a4a216b1019e3346ea;p=pixelpark%2Fhiera.git add more expire headers --- diff --git a/tier/development.yaml b/tier/development.yaml index bd3625c6..b0b0d1f9 100644 --- a/tier/development.yaml +++ b/tier/development.yaml @@ -1,5 +1,16 @@ --- apache::mod::expires::expires_by_type: - { application/javascript: "access plus 1 day" } + - { text/css: "access plus 1 day" } + - { image/jpeg: "access plus 1 day" } + - { image/png: "access plus 1 day" } + - { image/bmp: "access plus 1 day" } + - { image/gif: "access plus 1 day" } + - { image/vnd.microsoft.icon: "access plus 1 day" } + - { application/font-woff: "access plus 1 day" } + - { application/vnd.ms-fontobject: "access plus 1 day" } + - { image/svg+xml: "access plus 1 day" } + - { application/font-sfnt: "access plus 1 day" } + - { application/vnd.oasis.opendocument.formula-template: "access plus 1 day" } apache::default_mods: false \ No newline at end of file