summaryrefslogtreecommitdiffstats
path: root/etc/rc.php_ini_setup
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2012-01-20 11:05:05 -0500
committerjim-p <jimp@pfsense.org>2012-01-20 11:05:05 -0500
commit199c320bc831dce3e945387c247e18df5d36a430 (patch)
tree0d57f0746553b5e38abdf9a0be3cdf722ba3427e /etc/rc.php_ini_setup
parent48387425e5c6464f9f9c4f15d91114ccecec1d00 (diff)
downloadpfsense-199c320bc831dce3e945387c247e18df5d36a430.zip
pfsense-199c320bc831dce3e945387c247e18df5d36a430.tar.gz
Bump upload size to 128mb, the firmware updates (at least for now while testing) are a bit too large for the old value.
Diffstat (limited to 'etc/rc.php_ini_setup')
-rwxr-xr-xetc/rc.php_ini_setup4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.php_ini_setup b/etc/rc.php_ini_setup
index e8d67fa..60497b1 100755
--- a/etc/rc.php_ini_setup
+++ b/etc/rc.php_ini_setup
@@ -166,8 +166,8 @@ set_time_limit = 0
register_argc_argv = On
file_uploads = On
upload_tmp_dir = ${UPLOADTMPDIR}
-upload_max_filesize = 100M
-post_max_size = 100M
+upload_max_filesize = 128M
+post_max_size = 128M
html_errors = Off
zlib.output_compression = Off
zlib.output_compression_level = 1
OpenPOWER on IntegriCloud