Diff for /elwix/config/etc/default/lighttpd/conf.d/compress.conf between versions 1.1 and 1.2

version 1.1, 2013/10/14 15:19:37 version 1.2, 2014/01/05 23:14:24
Line 0 Line 1
   #######################################################################
   ##
   ##  Output Compression 
   ## --------------------
   ##
   ## see http://www.lighttpd.net/documentation/compress.html
   ##
   server.modules += ( "mod_compress" )
   
   ##
   ## where should the compressed files be cached?
   ## see the base config for the declaration of the variable.
   ##
   ## This directory should be changed per vhost otherwise you can
   ## run into trouble with overlapping filenames
   ##
   compress.cache-dir         = cache_dir + "/compress"
   
   ##
   ## FileTypes to compress.
   ## 
   compress.filetype          = ("text/plain", "text/html")
   
   ##
   ## Maximum filesize that will be compressed.
   ## Default is 0, which means unlimited file size.
   ## 
   #compress.max-filesize = 0
   
   ##
   #######################################################################

Removed from v.1.1  
changed lines
  Added in v.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>