Hello, after updating to the latest version of nextcloud beta, I have this warning.
(This warning appeared in the previous beta.)
I also had a php 8.2 update and I can’t tell if the warning problem is with php or nextcloud.
- The PHP upload_max_filesize is too low. A size of at least 16 GB is recommended. Current value: 512M. The PHP post_max_size is too low. A size of at least 16 GB is recommended. Current value: 512M. The PHP max_input_time is too low. A time of at least 3600 is recommended. Current value: 60. Para obter mais detalhes, consulte a documentação .
I have the upload_size.ini file created in /etc/php/8.2/mods-available with these settings
; priority=99
upload_max_filesize 16G
post_max_size 16G
max_input_time 3600
max_execution_time 3600
nginx client_max_body_size 10240M;