nginx启动用户和nginx工作用户要一致

Posted effortsing

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了nginx启动用户和nginx工作用户要一致相关的知识,希望对你有一定的参考价值。

[[email protected] default]# ps aux | grep "nginx: worker process" | awk ‘{print $1}‘
root
root
root
root
root

[[email protected] default]# vi /etc/nginx/nginx.conf

user root root;                # 这个用户要和上面的用户保持一致
worker_processes auto;

worker_rlimit_nofile 51200;

 







以上是关于nginx启动用户和nginx工作用户要一致的主要内容,如果未能解决你的问题,请参考以下文章

nginx 403

Nginx配置入门

解决Nginx出现403 forbidden (13: Permission denied)报错的四种方法

nginx报403的错误

nginx配置详解和原理

Nginx 403 forbidden 错误的原因及解决方法