Hey,
So the limit is actually on the unraid server. Within the PHP settings, currently it's set to 2M. The wordpress container is set to 10GB upload, but is being throttled by the host(Unraid server) Becuase it's PHP, is set to 2M.
The image below is the Upload_max_filesize for the unraid server, within the PHP settings within the tools tab.
And this image is the warning coming from Wordpress about the 2M limit from the host.
So I need to find a way to change the unraid php file, to update upload_max_filesize.
And just to confirm, no issues uploading to the array. I can also upload 50+GB at a time. The upload_max_filesize limit directly affects containers like wordpress, but not the array itself. From what I understand.
Thanks guys