diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2011-01-03 13:12:07 -0500 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2011-01-03 13:12:07 -0500 |
commit | 4682fb7d6b294604a5c8f25904ffb9c0a135225f (patch) | |
tree | e70705a7634b5ff904c1b42ced35666d011d3ad3 | |
parent | 0eaf705549ee6e95445b025aec08942f5cccf15e (diff) | |
download | pfsense-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-x | etc/rc.php_ini_setup | 2 |
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} |