Hi,
First, sorry for my english I thinks it's really poor.
I have a problem to install Owncloud on my Rasp
I'm using NginX, MariaBB & Php-FPM.
I have try from the official .tar.gz and from the repo, i've got the same problem.
My first problem was the nginx timeout who block the moment when Owncloud create table on database.
I solved it with : send_timeout 3600 (on nginx.conf)
So, the timeout isn't a problem, so owncloud load 2 good minutes and i got a 404 error on http://192.168.1.10/owncloud/index.php/apps/files/
It's not a databass access problem (i have 37 table on owncloud database).
I have try to change url to /owncloud/apps/files/ or index.php but nothing work ...
Have you an idea ?
Thanks