From 24dc921731deb7bb44c12bff86fd6e0cfad86bb5 Mon Sep 17 00:00:00 2001 From: Philipp Dallig Date: Fri, 21 Oct 2016 09:57:33 +0200 Subject: [PATCH] sirona-aem - deflate svg --- customer/sirona-aem/common.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/customer/sirona-aem/common.yaml b/customer/sirona-aem/common.yaml index 79f62470..93e3ee8f 100644 --- a/customer/sirona-aem/common.yaml +++ b/customer/sirona-aem/common.yaml @@ -28,6 +28,14 @@ apache::mod::expires::expires_by_type: - { application/font-woff2: "access plus 1 day" } # new - { image/svg+xml: "access plus 1 day" } # new +apache::mod::deflate::types: + - 'text/html text/plain text/xml' + - 'text/css' + - 'application/x-javascript application/javascript application/ecmascript' + - 'application/rss+xml' + - 'application/json' + - 'image/svg+xml' # new + apache::mod::mime::mime_types_additional: 'AddHandler': 'type-map': 'var' -- 2.39.5