Re: 413 Request Entity Too Large

2016-08-13 Thread parthi
How do you say that?. Have checked by reducing the client_max_body_size to 500K it works perfectly fine i'm not able to upload a file size of not more than 500K. Posted at Nginx Forum: https://forum.nginx.org/read.php?2,268922,268935#msg-268935 ___ ngi

413 Request Entity Too Large

2016-08-11 Thread parthi
have tried adding client_max_body_size 200M; inside all the context http, server and location but still users are unable to upload a file of size 30 MB and receive the above 413 request entity error.is there something i'm missing? reloaded and restarted but still no use.is there a bug or something