mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-10-07 21:00:58 +02:00
config: add a warning about ENABLE_GZIP_OUTPUT potential breakage
This commit is contained in:
parent
6a79e8afeb
commit
8d34aa5ba7
@ -186,6 +186,9 @@
|
|||||||
define('ENABLE_GZIP_OUTPUT', false);
|
define('ENABLE_GZIP_OUTPUT', false);
|
||||||
// Selectively gzip output to improve wire performance. This requires
|
// Selectively gzip output to improve wire performance. This requires
|
||||||
// PHP Zlib extension on the server.
|
// 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', '');
|
define('FEEDBACK_URL', '');
|
||||||
// Displays an URL for users to provide feedback or comments regarding
|
// Displays an URL for users to provide feedback or comments regarding
|
||||||
|
Loading…
x
Reference in New Issue
Block a user