tonycoco / heroku-buildpack-ember-cli

A Heroku Buildpack for Ember CLI Applications
MIT License
320 stars 121 forks source link

Support custom client_max_body_size #71

Closed john-griffin closed 9 years ago

john-griffin commented 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

tonycoco commented 9 years ago

Thanks, looks good! I'll add something to the README.md too