In a fresh CENTOS, while installing & testing nginx i’v faced the following error..
2019/10/10 17:54:11 [crit] 18960#0: *1 stat() "/home/www/html/index.php"
failed (13: Permission denied)
, client: 94.61.69.69, server: 51.158.69.69, request: "GET /index.php HTTP/1.1", host: "51.158.69.69"
This is how I’v solved.
chcon -R -t httpd_sys_content_t /home/www/html/
https://www.digitalwhores.net/2019/10/10/nginx-failed-13-permission-denied/
Thank you so much for this! Been trying to get my setup to work… I’ve never needed to do this before, so I’m not sure why I suddenly need to, but oh well. I was just trying to move my server to CentOS 8 from CentOS 7 and ran into a wall where NGINX kept saying this error even though I desperately changed the NGINX user to root.
-Fake name and email btw, just wanted to say thanks
In ubuntu also iam getting same error
Ubutu 18.04 lts
Nginx
Codignator