From: sambufe Date: Fri, 3 Nov 2017 10:30:24 +0000 (+0100) Subject: BERFBB-4051 X-Git-Tag: v0.1.0~2120^2~3 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=eab2d00e3f8f6411f1d95f40b3b37f4f3f10f1b7;p=pixelpark%2Fhiera.git BERFBB-4051 --- diff --git a/customer/fbb-www/common.yaml b/customer/fbb-www/common.yaml index e23409b1..a572a28f 100644 --- a/customer/fbb-www/common.yaml +++ b/customer/fbb-www/common.yaml @@ -119,10 +119,10 @@ infra::profile::postfix::myorigin: "%{hiera('postfix::myorigin')}" infra::profile::postfix::virtual_aliases_source: 'maps/virtual-nullclient-fbb' apache::mod::expires::expires_by_type: - - { application/javascript: "access plus 14 day" } - - { application/x-javascript: "access plus 14 day" } + - { application/javascript: "access plus 24 hours" } + - { application/x-javascript: "access plus 24 hours" } - { text/css: "access plus 14 day" } - - { image/jpeg: "access plus 14 day" } + - { image/jpeg: "access plus 24 hours" } - { image/png: "access plus 14 day" } - { image/bmp: "access plus 14 day" } - { image/gif: "access plus 14 day" }