I am wondering if anyone can point me in the right direction. I have installed nextcloud with standard defaults, in particular using the local apache www root folder as the data-store. I am now performing another installation using the Sysnology NAS as the data-store. To setup for this an NFS share on the NAS was setup and mounted via \etc\fstab
/etc/fstab
10.100.99.99:/volume1/UserData /mnt/UserData nfs rsize=8192,wsize=8192,timeo=14,intr
From the client, I am able to write to the NFS mount as the www-data user with the following command.
su -s /bin/bash www-data
After the installation completes I get the following error:
“Internal Server Error
The server encountered an internal error and was unable to complete your request.
Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report.
More details can be found in the server log”
I am assuming this is a linux permission error since the nextcloud-data folder exist on the NAS and apache cannot set permissions.
All resources I have found points to the installation of nextcloud on the NAS itself and does not related to this scenario. Any assistance is greatly appreciated, thank you advance.