Created
December 15, 2016 12:02
-
-
Save mateusneves/f9856aeda585c9c511735814a7b69ff8 to your computer and use it in GitHub Desktop.
Set upload max size for WordPress. Create a php.ini file and put this file in the folder wp-admin/
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
upload_max_filesize = 64M | |
post_max_size = 64M | |
max_execution_time = 300 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment