Skip to content

Commit

Permalink
Update usage.md (#586)
Browse files Browse the repository at this point in the history
Could not find the reason why i can't upload files bigger than 1mb running on dokku (nginx)
  • Loading branch information
BufferUnderflower authored and acinader committed Feb 23, 2019
1 parent 5e9f3fd commit 91a5a9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/parse-server/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ The parameters are as follows:
* `push`: An object containing push configuration. See [Push](#push-notifications)
* `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)
* `auth`: Configure support for [3rd party authentication](#oauth-and-3rd-party-authentication).
* `maxUploadSize`: Maximum file upload size.
* `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;`)

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:

Expand Down

0 comments on commit 91a5a9b

Please sign in to comment.