How to increase the upload_max_filesize limit

NethServer Version: 7.7.8
Module: Dolibarr
Hello everyone !
I need to increase the upload_max_filesize limit. I changed the php.ini from php 7.3 and the others, but it is not changed in Dolibarr

Check https://wiki.nethserver.org/doku.php?id=dolibarr#e-smith_properties

config setprop dolibarr UploadMaxFilesize 20
signal-event nethserver-dolibarr-update
1 Like

Thank you ! I learned a very important lesson, I must always read the module document !!!