Skip to content
Snippets Groups Projects
Select Git revision
  • 1c47c4428e274e269cdbb124c96c1a6975cc5ec7
  • master default protected
  • custom_wp_image
  • https
4 results

php.conf.uploads.ini

  • user avatar
    Kada authored
    Increase the Maximum File Upload Size in WordPress
    2ffc9c1e
    History
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    php.conf.uploads.ini 110 B
    file_uploads = On
    memory_limit = 500M
    upload_max_filesize = 30M
    post_max_size = 30M
    max_execution_time = 600