From: Andrew Dolgov Date: Tue, 20 Mar 2012 10:59:24 +0000 (+0400) Subject: config: add a warning about ENABLE_GZIP_OUTPUT potential breakage X-Git-Tag: 1.5.11~24 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=8d34aa5ba7f45a2fd8bd4e966858b69a798e93c3;p=tt-rss.git config: add a warning about ENABLE_GZIP_OUTPUT potential breakage --- diff --git a/config.php-dist b/config.php-dist index 27eb1ba9..cffb00d0 100644 --- a/config.php-dist +++ b/config.php-dist @@ -186,6 +186,9 @@ define('ENABLE_GZIP_OUTPUT', false); // Selectively gzip output to improve wire performance. This requires // PHP Zlib extension on the server. + // Enabling this can break tt-rss in several httpd/php configurations, + // if you experience weird errors and tt-rss failing to start, blank pages + // after login, or content encoding errors, disable it. define('FEEDBACK_URL', ''); // Displays an URL for users to provide feedback or comments regarding