meteorhacks / mup-frontend-server

Frontend Server for Meteor Up
37 stars 35 forks source link

Nginx Max Upload #5

Closed daaaaan closed 9 years ago

daaaaan commented 9 years ago

Default Max Upload for nginx is 1 megabyte.

Doesn't play nice with any file uploads really. Simple fix.

Suggest

client_max_body_size 5M;

in the server block of nginx.conf

arunoda commented 9 years ago

Okay. Send me a PR.

On Tue, Aug 11, 2015 at 2:59 AM peripal notifications@github.com wrote:

Default Max Upload for nginx is 1 megabyte.

Doesn't play nice with any file uploads really. Simple fix.

Suggest

client_max_body_size 5M;

in the server block of nginx.conf

— Reply to this email directly or view it on GitHub https://github.com/meteorhacks/mup-frontend-server/issues/5.