From 85cef7acb7da5ddc343abe17ac65759b072e0016 Mon Sep 17 00:00:00 2001 From: Stephen Smoogen Date: Thu, 29 Nov 2018 19:08:05 +0000 Subject: [PATCH] I see you like apache hacks. SO I hacked your hack to add my hack --- roles/people/templates/people.conf | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/roles/people/templates/people.conf b/roles/people/templates/people.conf index 2ad77726cf..a5fb8ae38a 100644 --- a/roles/people/templates/people.conf +++ b/roles/people/templates/people.conf @@ -269,6 +269,13 @@ AddOutputFilterByType DEFLATE text/text text/html text/plain text/xml text/css a Header append Vary User-Agent env=!dont-vary + + + ForceType application/x-gzip + Header unset Content-Encoding + + + Header set Cache-Control "must-revalidate" ExpiresActive On