Nginx 日志 failed (13: Permission denied) 错误(13:权限被拒绝)


错误分析:

  权限拒绝

 

主要原因:

  Nginx用户和应用用户不一致造成的

 

解决办法:

  修改nginx.conf 文件,将其用户改为一致(一般在第1行)

user        root

查看如下:

[root@centos conf]# ps -ef | grep nginx
root        2576       1  0 00:35 ?        00:00:00 nginx: master process ./sbin/nginx
root       10934    2576  0 01:26 ?        00:00:00 nginx: worker process
root       10935    2576  0 01:26 ?        00:00:01 nginx: worker process

 

原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/289407.html

(0)
上一篇 2022年9月14日
下一篇 2022年9月14日

相关推荐

发表回复

登录后才能评论