From 43e7a52121948ca08dff66ddc12a33554b684a81 Mon Sep 17 00:00:00 2001 From: Michael Ziegler Date: Fri, 15 Feb 2013 21:36:58 +0100 Subject: [PATCH] compressing images doesn't make sense --- etc/apache2/dedicated_vhost.conf | 2 +- etc/apache2/shared_vhost.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/apache2/dedicated_vhost.conf b/etc/apache2/dedicated_vhost.conf index a794c4d..5889378 100644 --- a/etc/apache2/dedicated_vhost.conf +++ b/etc/apache2/dedicated_vhost.conf @@ -28,7 +28,7 @@ # compress content - AddOutputFilterByType DEFLATE text/html text/plain text/css text/javascript image/png image/jpeg image/gif + AddOutputFilterByType DEFLATE text/html text/plain text/css text/javascript # properly handle requests coming from behind proxies Header append Vary User-Agent diff --git a/etc/apache2/shared_vhost.conf b/etc/apache2/shared_vhost.conf index 4c6de7a..672c9ba 100644 --- a/etc/apache2/shared_vhost.conf +++ b/etc/apache2/shared_vhost.conf @@ -39,7 +39,7 @@ # compress content - AddOutputFilterByType DEFLATE text/html text/plain text/css text/javascript image/png image/jpeg image/gif + AddOutputFilterByType DEFLATE text/html text/plain text/css text/javascript # properly handle requests coming from behind proxies Header append Vary User-Agent