12月17, 2020

nginx的权限问题(13: Permission denied)解决办法

nginx转发500报错排查记录

问题:nginx 部署应用后,访问端口 总是报500 使用root创建的文件夹,nginx访问总是500,配置、端口也都没有问题 查看日志 发现是 权限问题 13: Permission denied

查看nginx.conf:

user nobody

改成:user root

注意:只是注释掉(#user nobody),没重新赋值默认还是nobody

停止nginx -s stop

重启nginx -c nginx.conf

本文链接:https://587v5.com/post/nginx-de-quan-xian-wen-ti-(13: Permission denied)-jie-jue-ban-fa.html

Comments