Skip to content

Instantly share code, notes, and snippets.

@austinginder
Created June 5, 2012 22:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save austinginder/2878345 to your computer and use it in GitHub Desktop.
Save austinginder/2878345 to your computer and use it in GitHub Desktop.
Define upload size in php.ini for Wordpress
post_max_size = 1024M
upload_max_filesize = 1024M
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment