Search found 1 match

by timundstruppi
Mon Aug 21, 2023 7:23 pm
Forum: General
Topic: Need help with increasing maximum upload filesize
Replies: 2
Views: 1834

Re: Need help with increasing maximum upload filesize

I have the exact same problem. Of corse the first thing I did was upgrading the php setting in ... /etc/php/8.2/cli/php.ini /etc/php/8.2/fpm/php.ini to the following values: upload_max_filesize = 128M post_max_size = 128M After a restart of nginx webserver and php8.2 I am able to upload more, but it...