Skip to content

Commit 91a5a9b

Browse files
BufferUnderfloweracinader
authored andcommitted
Update usage.md (parse-community#586)
Could not find the reason why i can't upload files bigger than 1mb running on dokku (nginx)
1 parent 5e9f3fd commit 91a5a9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/parse-server/usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The parameters are as follows:
3030
* `push`: An object containing push configuration. See [Push](#push-notifications)
3131
* `filesAdapter`: An object that implements the [FilesAdapter](https://github.com/parse-community/parse-server/blob/master/src/Adapters/Files/FilesAdapter.js) interface. For example, [the S3 files adapter](#configuring-file-adapters)
3232
* `auth`: Configure support for [3rd party authentication](#oauth-and-3rd-party-authentication).
33-
* `maxUploadSize`: Maximum file upload size.
33+
* `maxUploadSize`: Maximum file upload size. Make sure your server does not restrict max request body size (e.g. nginx.conf `client_max_body_size 100m;`)
3434

3535
The Parse Server object was built to be passed directly into `app.use`, which will mount the Parse API at a specified path in your Express app:
3636

0 commit comments

Comments
 (0)