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