chore: Support configurable body max size in Caddyfile (#31461)

Fixes #31454.
This commit is contained in:
Shrikant Sharat Kandula 2024-03-04 16:10:07 +05:30 committed by GitHub
parent 77d5af1408
commit 93b1324335
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -73,7 +73,7 @@ parts.push(`
}
request_body {
max_size 150MB
max_size ${process.env.APPSMITH_CODEC_SIZE || 150}MB
}
handle {