From 42874c714dce11d9cc1dad6b46977f9ec21283f9 Mon Sep 17 00:00:00 2001 From: Andreas Gerstenberg Date: Thu, 16 Nov 2017 10:39:32 +0100 Subject: [PATCH] spk-spar-checker AddDefaultCharset utf-8 --- customer/spk-spar-checker/production.yaml | 1 + customer/spk-spar-checker/test.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/customer/spk-spar-checker/production.yaml b/customer/spk-spar-checker/production.yaml index 4284aa93..2ce8c56b 100644 --- a/customer/spk-spar-checker/production.yaml +++ b/customer/spk-spar-checker/production.yaml @@ -81,6 +81,7 @@ infra::profile::apache::pp_vhosts: directoryindex: 'index.html' custom_fragment: | AddType text/plain .tmpl + AddDefaultCharset utf-8 ## Configuration of the cache expiration # Images and Fonts are versioned and should be cached 1 year diff --git a/customer/spk-spar-checker/test.yaml b/customer/spk-spar-checker/test.yaml index 51f679e4..1dfc8df3 100644 --- a/customer/spk-spar-checker/test.yaml +++ b/customer/spk-spar-checker/test.yaml @@ -106,7 +106,7 @@ infra::profile::apache::pp_vhosts: directoryindex: 'index.html' custom_fragment: | AddType text/plain .tmpl - AddDefaultCharset utf-8 + AddDefaultCharset utf-8 ## Configuration of the cache expiration # Images and Fonts are versioned and should be cached 1 year -- 2.39.5