Skip to content

Changing RPM upload size limit

marshyski edited this page Oct 10, 2014 · 1 revision

Default upload value is 900MB.

nginx.conf

client_max_body_size 900m;

init.py

app.config['MAX_CONTENT_LENGTH'] = 90 * 1024 * 1024 * 1024