From 0258eaccfd9a2d31f83718204eba97212fad1092 Mon Sep 17 00:00:00 2001 From: Philipp Dallig Date: Thu, 6 Jul 2017 14:35:20 +0200 Subject: [PATCH] fbb-www - Anpassung expire FBBKERNSERV-241 --- customer/fbb-www/common.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/customer/fbb-www/common.yaml b/customer/fbb-www/common.yaml index 0d7bdc07..453bacd5 100644 --- a/customer/fbb-www/common.yaml +++ b/customer/fbb-www/common.yaml @@ -118,6 +118,22 @@ infra::profile::postfix::myorigin: "%{hiera('postfix::myorigin')}" infra::profile::postfix::transport_maps_source: 'maps/transport-fbb' 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" } + - { text/css: "access plus 14 day" } + - { image/jpeg: "access plus 14 day" } + - { image/png: "access plus 14 day" } + - { image/bmp: "access plus 14 day" } + - { image/gif: "access plus 14 day" } + - { image/vnd.microsoft.icon: "access plus 14 day" } + - { application/font-woff: "access plus 1 month" } + - { application/vnd.ms-fontobject: "access plus 1 month" } + - { image/svg+xml: "access plus 14 day" } + - { application/font-sfnt: "access plus 1 month" } + - { application/vnd.oasis.opendocument.formula-template: "access plus 14 day" } + - { application/font-woff2: "access plus 1 month" } + infra::additional_packages: mariadb: ensure: present -- 2.39.5