From a19946ccba80256af83b023847b4c5a70b58fedf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Tue, 8 Dec 2015 17:21:51 +0100 Subject: [PATCH] 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. --- roles/copr/backend/files/lighttpd/lighttpd.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/roles/copr/backend/files/lighttpd/lighttpd.conf b/roles/copr/backend/files/lighttpd/lighttpd.conf index f41ad2b5a1..9dfe9e4736 100644 --- a/roles/copr/backend/files/lighttpd/lighttpd.conf +++ b/roles/copr/backend/files/lighttpd/lighttpd.conf @@ -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" )