The problem is this one :
I Install Nextcloud into this folder, thrown NFS :/home/ftp/test/www/test20210922.franceserv.com/
But inside the script check_suphp.php (and probably others) generated by Softaculous, I have this path :/home/ftp/test/www/test20210922.franceserv.com/***.php
Whereas I need this folder (because PHP is chrooted) :
/www/test20210922.franceserv.com/***.php
I tried with "replace_path" on the "adddomain" API call like this :'replace_path' => '/www/test20210922.franceserv.com',
But inside "check_suphp.php" I still have this wrong path :
/home/ftp/test/www/test20210922.franceserv.com/***.php
How could I solve this problem with the API, please ?