I am not unable to upload files that are larger than 1mb. Nginx is responding with a 413 when the file size is greater than 1mb in Rancher.
I tried to locate the NGINX configuration in Rancher but I was unable to find it. I checked in the storage section in the Rancher namespace, where the configmaps were but I did not see a data section in that configmap where the nginx.conf would be
If you are using Rancher and you are experiencing an issue where you cannot upload files larger than 1MB, the solution is to increase the client-max-body-size annotation in the Rancher ingress controller.
To do this, follow these steps:
Once you have completed these steps, you should be able to upload files larger than 1MB.
Additional Information:
I hope this helps!