chore: Support configurable body max size in Caddyfile (#31461)
Fixes #31454.
This commit is contained in:
parent
77d5af1408
commit
93b1324335
|
|
@ -73,7 +73,7 @@ parts.push(`
|
||||||
}
|
}
|
||||||
|
|
||||||
request_body {
|
request_body {
|
||||||
max_size 150MB
|
max_size ${process.env.APPSMITH_CODEC_SIZE || 150}MB
|
||||||
}
|
}
|
||||||
|
|
||||||
handle {
|
handle {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user