Page 1 of 1

Cant upload contacts list over 1MB

PostPosted: Fri May 10, 2013 6:25 pm
by eugeneny
There is an issue, I cannot upload a contacts list over 1MB in size. I have a list that is about 3.5 MB. How can I modify it to accept the list. Everytime I try it throws out an error.
I am able to upload a list under 1MB.

The same thing goes for uploading audio files over 1MB.

Please help.

Thank you.

Re: Cant upload contacts list over 1MB

PostPosted: Fri May 10, 2013 6:44 pm
by areski
This is a limit from nginx, we actually fixed this few days ago it will be in the next release.
https://github.com/Star2Billing/newfies ... r.conf#L37

You will need to add :
Code: Select all
client_max_body_size 20M;


Yours,
/Areski

Re: Cant upload contacts list over 1MB

PostPosted: Fri May 10, 2013 6:52 pm
by eugeneny
Thank you!!!