From f8f8e2de818c800bf2206d510f8e38ef8a251fa7 Mon Sep 17 00:00:00 2001 From: Andreas Gohr <andi@splitbrain.org> Date: Thu, 25 May 2006 13:36:48 +0200 Subject: [PATCH] gzip_output defaults to 0 now darcs-hash:20060525113648-7ad00-ddc022eea6a5257ba63253a385c1f50b968d0c6e.gz --- conf/dokuwiki.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/dokuwiki.php b/conf/dokuwiki.php index f95eb56fe..5d8616903 100644 --- a/conf/dokuwiki.php +++ b/conf/dokuwiki.php @@ -76,7 +76,7 @@ $conf['purgeonadd'] = 1; //purge cache when a new file is added $conf['locktime'] = 15*60; //maximum age for lockfiles (defaults to 15 minutes) $conf['notify'] = ''; //send change info to this email (leave blank for nobody) $conf['mailfrom'] = ''; //use this email when sending mails -$conf['gzip_output'] = 1; //use gzip content encodeing for the output xhtml (if allowed by browser) +$conf['gzip_output'] = 0; //use gzip content encodeing for the output xhtml (if allowed by browser) $conf['gdlib'] = 2; //the GDlib version (0, 1 or 2) 2 tries to autodetect $conf['im_convert'] = ''; //path to ImageMagicks convert (will be used instead of GD) $conf['jpg_quality'] = '70'; //quality of compression when scaling jpg images (0-100) -- GitLab