Overcoming Upload Limits: A Guide for WordPress Developers
As a WordPress developer, you may have encountered the frustrating "413 Request Entity Too Large" error when trying to upload large themes or plugins. This issue is not uncommon and can be resolved by modifying the default settings of your server environment.
In this article, we will walk through the steps to increase your upload limits and get you back to building amazing websites. The root of this issue lies in the default settings of your server environment, including NGINX (the web server) and PHP (the scripting language).
By following these simple steps, you can modify both NGINX and PHP configurations to allow for larger file uploads.
Source: https://dev.to/shawon/overcoming-upload-limits-a-guide-for-wordpress-developers-using-mamp-h3i