Last active
April 21, 2016 01:37
-
-
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)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ; 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