.Net 5 AWS nginx Linux elastic beanstalk changing client_max_body_size
I am unable to upload a file above 1 megabyte due to the default setting on AWS elastic beanstalk nginx. I have looked online and I have found out that I need to change the client_max_body_size to client_max_body_size 20M to…