Browse Source

compressing images doesn't make sense

Natenom/support-murmur-13-1446181288462
Michael Ziegler 11 years ago
parent
commit
43e7a52121
  1. 2
      etc/apache2/dedicated_vhost.conf
  2. 2
      etc/apache2/shared_vhost.conf

2
etc/apache2/dedicated_vhost.conf

@ -28,7 +28,7 @@
<IfModule mod_deflate.c>
# 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
</IfModule>

2
etc/apache2/shared_vhost.conf

@ -39,7 +39,7 @@
<IfModule mod_deflate.c>
# 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
</IfModule>

Loading…
Cancel
Save