From 4039e6bc32429c0e8014ba835f167f074b04d1e3 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 14 Mar 2018 16:28:23 +0000 Subject: [PATCH] try unsetting content-encoding completely for this silly app --- roles/people/templates/people.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/people/templates/people.conf b/roles/people/templates/people.conf index 6801a2597a..7594adc785 100644 --- a/roles/people/templates/people.conf +++ b/roles/people/templates/people.conf @@ -233,6 +233,7 @@ AddOutputFilterByType DEFLATE text/text text/html text/plain text/xml text/css a # ForceType application/x-gzip + Header unset Content-Encoding