Nginx Support required

Francis Daly francis at daoine.org
Sat Sep 2 11:16:28 UTC 2023


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 at 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        francis at daoine.org


More information about the nginx mailing list