How do I increase upload size limit

I figured it out! Posting it here in case it helps someone else.

Navigate to the conf / php / php.ini.hbs

update lines to the value you need:
post_max_size = 1000M
upload_max_filesize = 1000M

I also upped the “memory_limit” to 512M

3 Likes