Raspberry, OS on USB, Nextcloud on NVME

Hello,

I’ve a Debian Lite for PI 5 on USB. I use it for several jobs and for me it’s easier to save a USB drive for system backup (with RescueZilla).

I’ve installed without problem NextCloud with the command
`curl -sSL https://raw.githubusercontent.com/nextcloud/nextcloudpi/master/install.sh | sudo bash’.
But when I launch Nextcloud for the first time, I can’t save Nextcloud on the NVME drive (USB configuration step) because the system is looking for USB drive, no NVME.
Is there a solution ?
Thanks

A lsblk command renturn sda for USB drive, nvme0n1 for nvme drive

I answer to myself.
I’ve search and found that, in the /var/www/nextcloud/config/config.php file, it seems that it’s the only location the data folder is mentionned.
I’ve change the several lines in this file to target the nvme drive (mounted previously) and, after several days, it seemes to work fine.
Anyone could confirm ?
Thanks