How To Fix File Upload Issues With Wordpress Running On Nginx On Ubuntu
Some common errors users get when dealing with file uploads with WordPress are Http errors attempting to upload media, the uploaded file exceeds the upload_max_filesize directive in php.ini, maximum execution time exceeded, allowed memory size exhausted, and many more. This brief tutorial is going to show students how to resolve some of these issues with WordPress running on Nginx and PHP-FPM on Ubuntu 17.04 | 17.10 Before continuing with the steps below, please make sure to back up your system....