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.
Asked
Active
Viewed 1,207 times
1

sainupangad
- 115
- 9

Devpal Divakar
- 23
- 3
-
4Does 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 Answers
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

Abdelfattah Al Zaqqa
- 26
- 1