From cbb56fe3c0f5441be2524ee25cd57787a5d36d11 Mon Sep 17 00:00:00 2001 From: Philipp Dallig Date: Thu, 7 Apr 2016 17:13:05 +0200 Subject: [PATCH] Add int env --- tier/int.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 tier/int.yaml diff --git a/tier/int.yaml b/tier/int.yaml new file mode 100644 index 00000000..9a62104a --- /dev/null +++ b/tier/int.yaml @@ -0,0 +1,18 @@ +--- +# Int Umgebungen entsprechen in der Regel test-Umgebungen + +apache::mod::expires::expires_by_type: + - { application/javascript: "access plus 1 day" } + - { text/css: "access plus 1 day" } + - { image/jpeg: "access plus 1 day" } + - { image/png: "access plus 1 day" } + - { image/bmp: "access plus 1 day" } + - { image/gif: "access plus 1 day" } + - { image/vnd.microsoft.icon: "access plus 1 day" } + - { application/font-woff: "access plus 1 day" } + - { application/vnd.ms-fontobject: "access plus 1 day" } + - { image/svg+xml: "access plus 1 day" } + - { application/font-sfnt: "access plus 1 day" } + - { application/vnd.oasis.opendocument.formula-template: "access plus 1 day" } + +apache::default_mods: false \ No newline at end of file -- 2.39.5