錯誤分析:
許可權拒絕
主要原因:
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