X-Git-Url: https://git.tld-linux.org/?a=blobdiff_plain;f=lighttpd-mod_compress.conf;fp=lighttpd-mod_compress.conf;h=0000000000000000000000000000000000000000;hb=8239b3691d1ae536833b6d53a2efd289956ccbcd;hp=7bbd6f1f8c94ea96b6e281fc6269f1fcd988190f;hpb=2bc378a1b82f8e82ab66bd2a656282134a6d05e0;p=packages%2Flighttpd.git diff --git a/lighttpd-mod_compress.conf b/lighttpd-mod_compress.conf deleted file mode 100644 index 7bbd6f1..0000000 --- a/lighttpd-mod_compress.conf +++ /dev/null @@ -1,25 +0,0 @@ -# Compress module. -# -# Documentation: http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs_ModCompress - -server.modules += ( - "mod_compress" -) - -# Default: "bzip2", "gzip", "deflate" -# Safe list is 'gzip, deflate'. bzip2 is problematic for some browsers (MSIE) -#compress.allowed-encodings = ( "gzip", "deflate" ) - -# Default: not set, compress the file for every request -# Filenames saved to this dir have ETag appended, so theoretically you can use -# common dir across domains for this. -compress.cache-dir = "/var/cache/lighttpd/mod_compress" - -# Keep in mind that compressed JavaScript and CSS files are broken in some browsers. -# Not setting any filetypes will result in no files being compressed. -#compress.filetype = ( -# "application/x-javascript", -# "text/css", -# "text/html", -# "text/xml", -#)