I'm trying to launch Pydio on my CentOS 7 server with Nginx. I get to a point where everything is working, I mean I get a Pydio Error, it is generated by Pydio.
Impossible write into the AJXP_DATA_PATH folder: Make sure to grant write access to this folder for your webserver!
I've checked. I have AJXP_DATA_PATH pointing to /home/pydio and the nginx user have read/write permissions. That user is running nginx worker processes and php-fpm.
So, why it says I do not have write permission to the data folder if I have?
I've searched on google and there is only one type of solutions there, set write permissions, but I have set them. Any ideas?