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