Skip to content

Instantly share code, notes, and snippets.

@sudipbd
Created December 10, 2016 06:35
Show Gist options
  • Save sudipbd/df71f5e64d47a1798873795a0f7b4d3d to your computer and use it in GitHub Desktop.
Save sudipbd/df71f5e64d47a1798873795a0f7b4d3d to your computer and use it in GitHub Desktop.
WordPress upload file size limit increase
php_value upload_max_filesize 64M
php_value post_max_size 64M
php_value max_execution_time 300
php_value max_input_time 300
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment