Skip to content

Instantly share code, notes, and snippets.

@matdombrock
Last active April 21, 2016 01:37
Show Gist options
  • Select an option

  • Save matdombrock/06604b89ed744dcf9f1eb2e5f6dfb44c to your computer and use it in GitHub Desktop.

Select an option

Save matdombrock/06604b89ed744dcf9f1eb2e5f6dfb44c to your computer and use it in GitHub Desktop.
Allow larger file uploads on DigitalOcean with WordPress (/etc/php5/apache2/php.ini)
; Maximum allowed size for uploaded files.
; http://php.net/upload-max-filesize
upload_max_filesize = 32M
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment