summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-02-12 21:43:38 +0300
committerAndrew Dolgov <[email protected]>2021-02-12 21:43:38 +0300
commit6af83e3881b3f38104027275913f7fc55251d020 (patch)
tree9fd5747220b0137243e2f5b9c0c0ec4ced797069 /config.php-dist
parente6624cf631f772f2a1eac9412e7a96d6545e91e6 (diff)
drop ENABLE_GZIP_OUTPUT; system prefs: load php info only if needed
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist7
1 files changed, 0 insertions, 7 deletions
diff --git a/config.php-dist b/config.php-dist
index cd0ee0078..2ee1c719d 100644
--- a/config.php-dist
+++ b/config.php-dist
@@ -122,13 +122,6 @@
define('CHECK_FOR_UPDATES', true);
// Check for updates automatically if running Git version
- 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('PLUGINS', 'auth_internal, note');
// Comma-separated list of plugins to load automatically for all users.
// System plugins have to be specified here. Please enable at least one