From ff01ddad023066bf716995239869d810a7793ed8 Mon Sep 17 00:00:00 2001 From: Andreas Gerstenberg Date: Fri, 20 Oct 2017 11:53:42 +0200 Subject: [PATCH] spk-spar-checker testing with custom_fragment --- customer/spk-spar-checker/test.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/customer/spk-spar-checker/test.yaml b/customer/spk-spar-checker/test.yaml index 1fadda6b..bb53d766 100644 --- a/customer/spk-spar-checker/test.yaml +++ b/customer/spk-spar-checker/test.yaml @@ -75,7 +75,10 @@ infra::profile::apache::pp_vhosts: - None directoryindex: 'index.html' # custom_fragment: 'AddType text/plain .tmpl' - custom_fragment: 'AddType text/plain .tmpl' + custom_fragments: + - { 'AddType text/plain .tmpl'} + - { 'ExpiresActive On'} + - { 'ExpiresDefault A0'} # custom_fragment: 'ExpiresActive On' # custom_fragment: 'ExpiresDefault A0' rewrites: -- 2.39.5