From 78f123bd871a31275bf1ab1a18d730e26f1f2ebd Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 13 Mar 2018 18:30:30 +0000 Subject: [PATCH] swap order here --- roles/people/templates/people.conf | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/roles/people/templates/people.conf b/roles/people/templates/people.conf index 0b46581ae4..eba24db6b8 100644 --- a/roles/people/templates/people.conf +++ b/roles/people/templates/people.conf @@ -222,19 +222,19 @@ 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 # -# Match xml.gz to application/x-gzip for repo files -# - - ForceType application/x-gzip - Header set Content-Encoding: gzip - -# # 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 set Content-Encoding: gzip + # Insert filter