From 6a936e490d0b1057ab5e88cda475c5c36a7cde35 Mon Sep 17 00:00:00 2001 From: Julien Cristau Date: Wed, 12 Aug 2015 20:06:56 +0200 Subject: [PATCH] Remove no-op DefaultType from apache config apache 2.4 stopped respecting DefaultType. Thanks, guys. --- modules/roles/templates/static-mirroring/static-vhost.conf.erb | 1 - .../templates/static-mirroring/vhost/static-vhosts-simple.erb | 1 - 2 files changed, 2 deletions(-) diff --git a/modules/roles/templates/static-mirroring/static-vhost.conf.erb b/modules/roles/templates/static-mirroring/static-vhost.conf.erb index cc9ff05b..6b857fc6 100644 --- a/modules/roles/templates/static-mirroring/static-vhost.conf.erb +++ b/modules/roles/templates/static-mirroring/static-vhost.conf.erb @@ -44,7 +44,6 @@ Header set Surrogate-Key <%= hostname %> - DefaultType text/plain AddOutputFilterByType DEFLATE text/html text/plain text/xml text/css diff --git a/modules/roles/templates/static-mirroring/vhost/static-vhosts-simple.erb b/modules/roles/templates/static-mirroring/vhost/static-vhosts-simple.erb index af783859..97ed145a 100644 --- a/modules/roles/templates/static-mirroring/vhost/static-vhosts-simple.erb +++ b/modules/roles/templates/static-mirroring/vhost/static-vhosts-simple.erb @@ -108,7 +108,6 @@ Use common-static-vhost-with-extra security-team.debian.org "ServerAlias securit <% end -%> - DefaultType text/plain AddOutputFilterByType DEFLATE text/html text/plain text/xml text/css AddOutputFilter INCLUDES .xhtml -- 2.39.2