From: Philipp Dallig Date: Thu, 6 Jul 2017 12:35:20 +0000 (+0200) Subject: fbb-www - Anpassung expire FBBKERNSERV-241 X-Git-Tag: v0.1.0~2703^2 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=0258eaccfd9a2d31f83718204eba97212fad1092;p=pixelpark%2Fhiera.git fbb-www - Anpassung expire FBBKERNSERV-241 --- 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