mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
Update configuring_big_file_upload.rst
This commit is contained in:
parent
7729aa2563
commit
498aa4fb0d
@ -32,9 +32,9 @@ Note: The order of the following steps is important! If you swap steps or subste
|
||||
**Do the following:**
|
||||
|
||||
* Set the following three parameters inside th php.ini to the same value as choosen inside the admin-section one step before:
|
||||
* upload_max_filesize = 16G (e.g.)
|
||||
* post_max_size = 16G (e.g.)
|
||||
* output_buffering = 16384
|
||||
* upload_max_filesize = 16G (e.g., to stay consistent with the example value above)
|
||||
* post_max_size = 16G (e.g., to stay consistent with the example value above)
|
||||
* output_buffering = 16384 (e.g., to stay consistent with the example value above)
|
||||
|
||||
whereas the "output_buffering" has to be given in MegaBytes but as a plain figure (without size-units as 'M' or 'G')
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user