1
0
Fork 0
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:
Taavi Väänänen 2024-12-08 13:29:52 +02:00
parent 9d3e258853
commit e5d7c9aa4e
No known key found for this signature in database
GPG key ID: EF242F709F912FBE

View file

@ -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