From 45626dc9e22a476e4fa7bd67705cd743c7e0300e Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 22 May 2017 17:33:32 +0000 Subject: [PATCH] show gz files on people instead of downloading them --- roles/people/templates/people.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/roles/people/templates/people.conf b/roles/people/templates/people.conf index b7652b5639..aec12b9f88 100644 --- a/roles/people/templates/people.conf +++ b/roles/people/templates/people.conf @@ -218,6 +218,11 @@ SetOutputFilter DEFLATE AddType video/webm .webm AddType text/plain .spec AddType application/vnd.android.package-archive .apk +AddOutputFilterByType DEFLATE text/text text/html text/plain text/xml text/css application/x-javascript application/javascript + + ForceType text/plain + Header set Content-Encoding: gzip + # Insert filter