On Sat, Sep 02, 2023 at 08:01:42AM +0000, Shashi Kant Sharma wrote:

Hi there,

> I am looking forward response on this. Can you please response or suggest any 
> time for discussion today.

For the nginx@nginx.org public list for "community" support of the open
source application: if you can show what you are doing, and what you
are seeing, and what you want to see instead; then there's a better
chance that someone will be able to to either recognise the problem,
or re-create the problem.

You seem to be reporting that an upload of something bigger than 20 MB
leads to some problem.

It sounds like you might want to use the client_max_body_size directive
(http://nginx.org/r/client_max_body_size) if you get a 413 response from
nginx when you send a big file and not when you send a small file.

But if your nginx accepts the current big upload, and whatever nginx
sends the request to for further processing rejects it as too big,
then that other thing is the thing that would need to be reconfigured
to allow it.

Maybe that's enough to allow you to resolve the issue? If not, if you
can provide more specific details about what your system is doing,
someone might be able to make an alternate suggestion.

Good luck with it,

        f
-- 
Francis Daly        fran...@daoine.org
_______________________________________________
nginx mailing list
nginx@nginx.org
https://mailman.nginx.org/mailman/listinfo/nginx

Reply via email to