Skip to content

Commit

Permalink
Merge pull request #410 from 3scale/disable-max-body-size
Browse files Browse the repository at this point in the history
[ngx] disable client_max_body_size
  • Loading branch information
mikz authored Aug 30, 2017
2 parents 6fedbb9 + 05249ea commit 7726429
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

- `THREESCALE\_DEPLOYMENT\_ENV` defaults to `production` [PR #406](https://github.com/3scale/apicast/pull/406)
- OIDC is now used based on settings on the API Manager [PR #405](https://github.com/3scale/apicast/pull/405)
- No limit on body size from the client sent to the server [PR #410](https://github.com/3scale/apicast/pull/410)

## [3.1.0-beta2] - 2017-08-21

Expand Down
1 change: 1 addition & 0 deletions apicast/http.d/core.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
client_max_body_size 0;

0 comments on commit 7726429

Please sign in to comment.