Increase PHP upload_max_filesize
This commit is contained in:
parent
5b0fb7bf77
commit
4e761c092d
|
|
@ -876,7 +876,7 @@ file_uploads = On
|
|||
|
||||
; Maximum allowed size for uploaded files.
|
||||
; http://php.net/upload-max-filesize
|
||||
upload_max_filesize = 2M
|
||||
upload_max_filesize = 64M
|
||||
|
||||
; Maximum number of files that can be uploaded via a single request
|
||||
max_file_uploads = 20
|
||||
|
|
|
|||
Loading…
Reference in a new issue