修改nginx服务的默认用户

vim /usr/local/nginx/conf/nginx.conf
user nginx nginx; (修改成nginx)
worker_processes 2;

猜你喜欢

转载自blog.51cto.com/zuoshou/2122350