diff options
author | sullrich <sullrich@pfsense.org> | 2009-11-30 13:56:52 -0500 |
---|---|---|
committer | sullrich <sullrich@pfsense.org> | 2009-11-30 13:57:06 -0500 |
commit | 9444761e57410703a0539e4c83b459376c234336 (patch) | |
tree | edc635a6ace56c827d9eb45da30ebf26de9e5824 /etc | |
parent | 7ae7a9720fc06c6c24de29b50197b1d0b19de4ef (diff) | |
download | pfsense-9444761e57410703a0539e4c83b459376c234336.zip pfsense-9444761e57410703a0539e4c83b459376c234336.tar.gz |
Turn off compression for time being. Ticket #198
Diffstat (limited to 'etc')
-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 06686d8..5cb7743 100755 --- a/etc/rc.php_ini_setup +++ b/etc/rc.php_ini_setup @@ -143,7 +143,7 @@ upload_tmp_dir = ${UPLOADTMPDIR} upload_max_filesize = 100M post_max_size = 100M html_errors = Off -zlib.output_compression = On +zlib.output_compression = Off zlib.output_compression_level = 1 include_path = ".:/etc/inc:/usr/local/www:/usr/local/captiveportal:/usr/local/pkg" extension_dir=${EXTENSIONSDIR} |