Last active
March 6, 2018 06:06
-
-
Save jennimckinnon/afa2f70ef9ba25d5e158 to your computer and use it in GitHub Desktop.
Changing the maximum upload and PHP memory limit for WordPress.
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
php_value upload_max_filesize 1000M | |
php_value post_max_size 2000M | |
php_value memory_limit 3000M | |
php_value max_execution_time 180 | |
php_value max_input_time 180 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment