pirra commented on issue coop-cloud/wordpress#5 2026-04-27 17:16:48 +00:00
Increase file size limit for uploads

In my experience, php.ini is not te only file to edit, nginx.conf too

in this lines:

php.ini:

  • upload_max_filesize
  • post_max_size
  • memory_limit
  • max_execution_time

**nginx.conf…