File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / lighttpd / doc / config / conf.d / compress.conf
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Mon Oct 14 10:32:48 2013 UTC (10 years, 8 months ago) by misho
Branches: lighttpd, MAIN
CVS tags: v1_4_35p0, v1_4_35, v1_4_33, HEAD
1.4.33

#######################################################################
##
##  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

##
#######################################################################

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