I am working with a 3D simulator web site and it has options to import model as zip files. I was able to import upto 70MB of zip files into my development and production environments. But recently it was migrated to kubernetes using nginx reverse proxy. Afterwards I am unable to load zip files larger than 1MB .I tried to configure nginx config file, setting up limit for multer but doesn't make any difference. I am using ajax call but the error case with error "Request entity too large" is getting executed.
Thanks in advance