mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-13 00:56:15 +01:00
docs: Remove extra 'B' from PHP config value
Summary: Turns out that if you specify 32MB PHP interprets that as 32 bytes, which is not what you want. Test Plan: Checked that file uploads start working on my Phorge instance after removing the trailing 'B'. Reviewers: O1 Blessed Committers, avivey Reviewed By: O1 Blessed Committers, avivey Subscribers: tobiaswiese, valerio.bozzolan, Matthew, Cigaryno Differential Revision: https://we.phorge.it/D25851
This commit is contained in:
parent
9d3e258853
commit
e5d7c9aa4e
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ You may also want to configure these PHP options:
|
|||
upload. This is not normally used when uploading files via drag-and-drop,
|
||||
but affects some other kinds of file uploads. If you exceed this,
|
||||
Phorge will give you a useful error. This often defaults to `2M`. Set
|
||||
this to at least `32MB`.
|
||||
this to at least `32M`.
|
||||
|
||||
Once you've adjusted all this configuration, your server will be able to
|
||||
receive chunk uploads. As long as you have somewhere to store them, this will
|
||||
|
|
Loading…
Reference in a new issue