summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-03-20 14:59:24 +0400
committerAndrew Dolgov <[email protected]>2012-03-20 14:59:24 +0400
commit8d34aa5ba7f45a2fd8bd4e966858b69a798e93c3 (patch)
treede6742a0917be7e74fc41be1bd39ebe82e9ef10c /config.php-dist
parent6a79e8afeb2038fa20796846fd1e2b64113112c3 (diff)
config: add a warning about ENABLE_GZIP_OUTPUT potential breakage
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.php-dist b/config.php-dist
index 27eb1ba92..cffb00d0f 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