Closed john-griffin closed 9 years ago
client_max_body_size is fairly low by default in nginx. This comes up frequently enough that I made it an env var. Usage example: CLIENT_MAX_BODY_SIZE=20M
client_max_body_size
CLIENT_MAX_BODY_SIZE=20M
Thanks, looks good! I'll add something to the README.md too
client_max_body_size
is fairly low by default in nginx. This comes up frequently enough that I made it an env var. Usage example:CLIENT_MAX_BODY_SIZE=20M