Skip to content

Instantly share code, notes, and snippets.

@rqreyes
Last active January 23, 2016 04:05
Show Gist options
  • Save rqreyes/b7103cc1903964c1a7c6 to your computer and use it in GitHub Desktop.
Save rqreyes/b7103cc1903964c1a7c6 to your computer and use it in GitHub Desktop.
increasing wordpress upload size
#Change upload limits
php_value memory_limit 34M
php_value post_max_size 33M
php_value upload_max_filesize 32M
php_value max_execution_time 600
#Change upload limits end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment