mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Bump upload size to 128mb, the firmware updates (at least for now while testing) are a bit too large for the old value.
This commit is contained in:
parent
48387425e5
commit
199c320bc8
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user