Setting Type Description client_max_body_size Maximum client body size Example client_max_body_size: Increase the request body size http { ... client_max_body_size 30M; # Adjust the value as per your needs ... }