summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2011-01-03 13:12:07 -0500
committerScott Ullrich <sullrich@pfsense.org>2011-01-03 13:12:07 -0500
commit4682fb7d6b294604a5c8f25904ffb9c0a135225f (patch)
treee70705a7634b5ff904c1b42ced35666d011d3ad3
parent0eaf705549ee6e95445b025aec08942f5cccf15e (diff)
downloadpfsense-4682fb7d6b294604a5c8f25904ffb9c0a135225f.zip
pfsense-4682fb7d6b294604a5c8f25904ffb9c0a135225f.tar.gz
Turn zlib compression back on. Tested by and reminded by Pierre Pomes. Ticket #198 ... Apparently lighttpd was not compressing the php pages so this should be turned back on according to Pierre Pomes (and tested by him).
-rwxr-xr-xetc/rc.php_ini_setup2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.php_ini_setup b/etc/rc.php_ini_setup
index 67aceaf..3a4a0dd 100755
--- a/etc/rc.php_ini_setup
+++ b/etc/rc.php_ini_setup
@@ -158,7 +158,7 @@ upload_tmp_dir = ${UPLOADTMPDIR}
upload_max_filesize = 100M
post_max_size = 100M
html_errors = Off
-zlib.output_compression = Off
+zlib.output_compression = On
zlib.output_compression_level = 1
include_path = ".:/etc/inc:/usr/local/www:/usr/local/captiveportal:/usr/local/pkg"
extension_dir=${EXTENSIONSDIR}
OpenPOWER on IntegriCloud