Step 1 — Edit your PHP config

sudo nano /etc/php/*/apache2/php.ini

Search any settings and bump them. You can use ctrl+R in nano editor to search:

upload_max_filesize=500MB

Step 2 - Save and get out of nano editor.

Step 3 - Restart Apache Server.

sudo service apache2 restart