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
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