How to set the minimum file size for mod_deflate?

Is there a way in .htaccess to specify the minimum file size that mod_deflate should compress? For example, let's say I don't want something below 1K to be compressed. Suggestions? Thank.

+3
source share
1 answer

There is no way to set the minimum file size in mod_deflate (http://httpd.apache.org/docs/2.0/mod/mod_deflate.html)

+1
source

All Articles