We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15a2d2d commit 30a2f6dCopy full SHA for 30a2f6d
include/prepend.inc
@@ -1,6 +1,7 @@
1
<?php // -*- C++ -*-
2
// Compress all pages, if ext/zlib is available on the mirror
3
-ini_set("zlib.output_compression", 1);
+// XXX Deactivated by sas, causes errors towards delivery machines
4
+// ini_set("zlib.output_compression", 1);
5
6
// See http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.9
7
// for cache control header descriptions (used in many places on the site).
0 commit comments