Skip to content

Instantly share code, notes, and snippets.

@bmodena
Created December 10, 2019 16:33
Show Gist options
  • Save bmodena/46b2fcf3293992cdbbc9548c34245ef8 to your computer and use it in GitHub Desktop.
Save bmodena/46b2fcf3293992cdbbc9548c34245ef8 to your computer and use it in GitHub Desktop.
Increase max file upload size on WP Engine
# adjust filesize to be what you need
# add this to your .htacess file on the server
php_value upload_max_filesize 128M
php_value post_max_size 128M
php_value memory_limit 256M
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