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

2022/9/15 5:18:36

本文主要是介绍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

 



这篇关于Nginx 日志 failed (13: Permission denied) 错误(13:权限被拒绝)的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!


扫一扫关注最新编程教程