From 916540666d55f9ad245974082d216b34c1821db3 Mon Sep 17 00:00:00 2001 From: Josh Russett Date: Mon, 20 Nov 2023 23:43:09 +0000 Subject: [PATCH] Increase default max nginx upload size to 2GB 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.: - https://github.com/cloudfoundry/java-buildpack/issues/1035 [#186470719](https://www.pivotaltracker.com/story/show/186470719) --- jobs/cloud_controller_ng/spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jobs/cloud_controller_ng/spec b/jobs/cloud_controller_ng/spec index 5d535198ca..89e9e08e81 100644 --- a/jobs/cloud_controller_ng/spec +++ b/jobs/cloud_controller_ng/spec @@ -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: