Using DHIS2 version 40.5 and below patches, I could upload any file without any limits on file size using the fileResources API. But starting with version 40.6 and above I keep getting the error that the file size is limited to 10MB.
Is there a way to configure this limit?
This is the error I get from uploading a file more than 10MB in the Reports app
Thanks for your input. My nginx configuration does support up to 100MB of file upload, I have the client_max_body_size 100M; set in the nginx configuration.
This error message is coming from DHIS2 and not the reverse proxy. So, if you have set it on the reverse proxy, you will also need to do the same in your DHIS2 configuration file as well.