Zettel#27
2022-11-28
Modify /etc/php/X.X/fpm/php.ini according to your needs:
/etc/php/X.X/fpm/php.ini
upload_max_filesize = 15MB post_max_size = 25MB
post_max_size has to be \geq than upload_max_filesize, for the former is the maximum size for all POST body data.
post_max_size
upload_max_filesize
POST