Skip to content

Instantly share code, notes, and snippets.

@thetwopct
Created May 19, 2024 05:38
Show Gist options
  • Save thetwopct/86b5cd6ff79f0ef69eb2f3aa08b5b08b to your computer and use it in GitHub Desktop.
Save thetwopct/86b5cd6ff79f0ef69eb2f3aa08b5b08b to your computer and use it in GitHub Desktop.
Changing upload limit for importing in to WP All-in-One Migration
# from https://www.thetwopercent.co.uk/changing-upload-limit-for-wp-aio-migration/
php_value upload_max_filesize 512M
php_value post_max_size 512M
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