Skip to content

Instantly share code, notes, and snippets.

@mateusneves
Created February 9, 2015 16:10
Show Gist options
  • Save mateusneves/5de1aca2727186dc7b33 to your computer and use it in GitHub Desktop.
Save mateusneves/5de1aca2727186dc7b33 to your computer and use it in GitHub Desktop.
Increase the Maximum File 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