问题:nginx 部署应用后,访问端口 总是报500
 

查看日志 发现是 权限问题 13: Permission denied

解决办法

编辑nginx.conf

user nginx  修改为 user root
 
停止nginx -s stop