Re: 413 Request Entity Too Large

2018-06-26 Thread VP Lists
I am guessing it’s the permissions issue on the incoming temp folder. I just posted the same on the list, not published yet. 2018/06/26 16:50:20 [crit] 36196#0: *1099 open() "/usr/local/var/run/nginx/client_body_temp/18" failed (13: Permission denied), client: 127.0.0.1, server: pass1.

Re: 413 Request Entity Too Large

2018-06-19 Thread Aleksandar Lazic
Hi Kaushal. On 18/06/2018 22:03, Kaushal Shriyan wrote: On Sat, Jun 16, 2018 at 1:36 PM Aleksandar Lazic wrote: Hi. On 16/06/2018 10:56, Kaushal Shriyan wrote: >Hi, > >I am encountering 413 Request Entity Too Large in the browser. I have >added upload_max_filesize = 20M.

Re: 413 Request Entity Too Large

2018-06-18 Thread Kaushal Shriyan
On Mon, Jun 18, 2018 at 10:03 PM Kaushal Shriyan wrote: > > > On Sat, Jun 16, 2018 at 1:36 PM Aleksandar Lazic wrote: > >> Hi. >> >> On 16/06/2018 10:56, Kaushal Shriyan wrote: >> >Hi, >> > >> >I am encountering 413 Request Entity Too L

Re: 413 Request Entity Too Large

2018-06-18 Thread Kaushal Shriyan
On Sat, Jun 16, 2018 at 1:36 PM Aleksandar Lazic wrote: > Hi. > > On 16/06/2018 10:56, Kaushal Shriyan wrote: > >Hi, > > > >I am encountering 413 Request Entity Too Large in the browser. I have > >added upload_max_filesize = 20M. I have added client_max_body_si

Re: 413 Request Entity Too Large

2018-06-16 Thread Aleksandar Lazic
Hi. On 16/06/2018 10:56, Kaushal Shriyan wrote: Hi, I am encountering 413 Request Entity Too Large in the browser. I have added upload_max_filesize = 20M. I have added client_max_body_size 20M; in nginx.conf and i am still facing the issue. nginx version is 1.12. Please let me know if you need

413 Request Entity Too Large

2018-06-15 Thread Kaushal Shriyan
Hi, I am encountering 413 Request Entity Too Large in the browser. I have added upload_max_filesize = 20M. I have added client_max_body_size 20M; in nginx.conf and i am still facing the issue. nginx version is 1.12. Please let me know if you need any additional information. Any help will be

Re: 413 Request Entity Too Large

2016-08-14 Thread Valentin V. Bartenev
On Saturday 13 August 2016 10:12:53 parthi wrote: > 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. > In this case you have set the request body limit in nginx lower than on your

Re: 413 Request Entity Too Large

2016-08-13 Thread Reinis Rozitis
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. Is your Tomcat also configured to accept large POSTs? See maxPostSize in https://tomcat.apache.org/tomcat-5.5-doc/config/http.html

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

Re: 413 Request Entity Too Large

2016-08-11 Thread itpp2012
The 413 is coming from your backend. Posted at Nginx Forum: https://forum.nginx.org/read.php?2,268922,268923#msg-268923 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

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