Skip to content

Instantly share code, notes, and snippets.

@alexander-young
Created August 17, 2018 16:44
Show Gist options
  • Save alexander-young/1c13db5304ef2a6bb0dd6d676df47d5e to your computer and use it in GitHub Desktop.
Save alexander-young/1c13db5304ef2a6bb0dd6d676df47d5e to your computer and use it in GitHub Desktop.
WordPress - Increase maximum upload size
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