diff --git a/roles/people/templates/people.conf b/roles/people/templates/people.conf
index a5fb8ae38a..46a7e76b85 100644
--- a/roles/people/templates/people.conf
+++ b/roles/people/templates/people.conf
@@ -221,27 +221,27 @@ 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
-#
-# Everything else that ends in gz is just text/plain
-#
-
- ForceType text/plain
- Header set Content-Encoding: gzip
-
-#
-# Match xml.gz to application/x-gzip for repo files
-#
-
- ForceType application/x-gzip
- Header unset Content-Encoding
-
-#
-# Match tar.gz to application/x-gzip for repo files
-#
-
- ForceType application/x-gzip
- Header unset Content-Encoding
-
+# #
+# # Everything else that ends in gz is just text/plain
+# #
+#
+# ForceType text/plain
+# Header set Content-Encoding: gzip
+#
+# #
+# # Match xml.gz to application/x-gzip for repo files
+# #
+#
+# ForceType application/x-gzip
+# Header unset Content-Encoding
+#
+# #
+# # Match tar.gz to application/x-gzip for repo files
+# #
+#
+# ForceType application/x-gzip
+# Header unset Content-Encoding
+#
# Insert filter
@@ -269,13 +269,6 @@ 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