DEV Community

Discussion on: Deploy Rails in Amazon ECS: Part 3 - Create the RDS database, Task Definition, and Load Balancer

Collapse
 
nicobuchhalter profile image
NicoBuchhalter

Hi Raphael!
Is there a way of configuring the task definition to allow greater http body input?
I mean like if we were configuring nginx I would be doing something like

http {
client_max_body_size: 20M
}

Thank you!