From: Thomas Dalichow Date: Tue, 17 Apr 2018 08:51:30 +0000 (+0200) Subject: fbb - BERFBB-4562: change cache times for testing on customer side X-Git-Tag: v0.1.0~1279 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=ce626746e5c1cbfedb552a23ef8d8cefd23194b7;p=pixelpark%2Fhiera.git fbb - BERFBB-4562: change cache times for testing on customer side --- diff --git a/customer/fbb-www/common.yaml b/customer/fbb-www/common.yaml index 01d45bd8..ef4e022d 100644 --- a/customer/fbb-www/common.yaml +++ b/customer/fbb-www/common.yaml @@ -120,9 +120,9 @@ 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 24 hours" } - - { application/x-javascript: "access plus 24 hours" } - - { text/css: "access plus 14 day" } + - { application/javascript: "access plus 120 seconds" } + - { application/x-javascript: "access plus 120 seconds" } + - { text/css: "access plus 120 seconds" } - { image/jpeg: "access plus 24 hours" } - { image/png: "access plus 14 day" } - { image/bmp: "access plus 14 day" }