1

I am getting this error while uploading file of size larzer then 1MB and i am not able to configure nginx for Django project(Python) how to default file uploading size.

sainupangad
  • 115
  • 9
  • 4
    Does this answer your question? [Increasing client\_max\_body\_size in Nginx conf on AWS Elastic Beanstalk](https://stackoverflow.com/questions/18908426/increasing-client-max-body-size-in-nginx-conf-on-aws-elastic-beanstalk) – Jaap Joris Vens May 10 '21 at 21:37

1 Answers1

1

Increase the value of client_max_body_size have a look to this site https://techies-world.com/nginx-error-413-request-entity-too-large/

giskou
  • 804
  • 2
  • 8
  • 22