copr: we do not need this

most of the logs is compressed anyway
and there is full log of errors where cache for compress could not be created
This is simplest solution to fix this issue.
This commit is contained in:
Miroslav Suchý 2015-12-08 17:21:51 +01:00
parent 82e9e4c6f3
commit a19946ccba

View file

@ -461,7 +461,6 @@ $SERVER["socket"] == ":443" {
ssl.cipher-list = "ECDHE-RSA-AES256-SHA384:AES256-SHA256:RC4-SHA:RC4:HIGH:!MD5:!aNULL:!EDH:!AESGCM"
}
include "conf.d/compress.conf"
$HTTP["url"] =~ "\.log\.gz$" {
setenv.add-response-header = ( "Content-Encoding" => "gzip")
mimetype.assign = ("" => "text/plain" )