Skip to content

Commit

Permalink
Increase default max nginx upload size to 2GB (#358)
Browse files Browse the repository at this point in the history
In order to support new versions of the Java buildpack, and CNBs in the
future, we should increase the max uploadable file size to 2GB. E.g.:
- cloudfoundry/java-buildpack#1035

[#186470719](https://www.pivotaltracker.com/story/show/186470719)
  • Loading branch information
jrussett authored Dec 8, 2023
1 parent 5656963 commit f69b2e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jobs/cloud_controller_ng/spec
Original file line number Diff line number Diff line change
Expand Up @@ -768,7 +768,7 @@ properties:
default: "15M"
description: "Maximum body size for nginx"
cc.app_bits_max_body_size:
default: "1536M"
default: "2048M"
description: "Maximum body size for nginx bits uploads"

cc.default_app_log_rate_limit_in_bytes_per_second:
Expand Down

0 comments on commit f69b2e6

Please sign in to comment.