diff options
author | Andreas Gohr <andi@splitbrain.org> | 2006-05-25 13:36:48 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2006-05-25 13:36:48 +0200 |
commit | f8f8e2de818c800bf2206d510f8e38ef8a251fa7 (patch) | |
tree | b46e95ab3aa3b4f040fe40762395598e5301c6ab | |
parent | 077dc9d51a83983f93f5a4995816bc4c6ff1240e (diff) | |
download | rpg-f8f8e2de818c800bf2206d510f8e38ef8a251fa7.tar.gz rpg-f8f8e2de818c800bf2206d510f8e38ef8a251fa7.tar.bz2 |
gzip_output defaults to 0 now
darcs-hash:20060525113648-7ad00-ddc022eea6a5257ba63253a385c1f50b968d0c6e.gz
-rw-r--r-- | conf/dokuwiki.php | 2 |
1 files changed, 1 insertions, 1 deletions
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) |